Skip to content

README Update for count() changes #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ $shopify->Customer->search("Bob country:United States");
#### Custom Actions List
The custom methods are specific to some resources which may not be available for other resources. It is recommended that you see the details in the related Shopify API Reference page about each action. We will just list the available actions here with some brief info. each action name is linked to an example in Shopify API Reference which has more details information.

- _(Any resource type except ApplicationCharge, CarrierService, FulfillmentService, Location, Policy, RecurringApplicationCharge, ShippingZone, Shop, Theme)_ ->
- (Any resource type except _ApplicationCharge, CarrierService, FulfillmentService, Location, Policy, RecurringApplicationCharge, ShippingZone, Shop, Theme_) ->
- [count()](https://help.shopify.com/api/reference/product#count)
Get a count of all the resources.
Unlike all other actions, this function returns an integer value.
Expand Down Expand Up @@ -385,4 +385,4 @@ The custom methods are specific to some resources which may not be available for
Get the current logged-in user

## Reference
- [Shopify API Reference](https://help.shopify.com/api/reference/)
- [Shopify API Reference](https://help.shopify.com/api/reference/)