Skip to content

Commit 0ad52ce

Browse files
authored
README Update for count() changes
1 parent f9e97c8 commit 0ad52ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ $shopify->Customer->search("Bob country:United States");
319319
#### Custom Actions List
320320
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.
321321

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

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

0 commit comments

Comments
 (0)