https://shopify.dev/api/admin/rest/reference/orders/transaction#create-2021-07 There is a source property in the reference but without info how to use it and what is it good for. There is only ...
I called /admin/api/2021-04/products.json endpoint (Retrieve a list of products.) and I got list of products. I checked it and there is one product ("id": 6745938264252) which is unsorted....
https://shopify.dev/docs/admin-api/rest/reference/orders/draftorder#complete-2021-04 I don't know how does it works from the Reference. How can I use payment_pending parameter/field? Also ther...
May 26, 2021
https://shopify.dev/docs/admin-api/rest/reference/customers/customer-address#set-2021-04 Could you explain how this endpoint works? There is a description Performs bulk operations for multiple ...
May 26, 2021
https://shopify.dev/docs/admin-api/rest/reference/store-properties/shippingzone#index-2021-04 I don't know value type for percent_modifier field. Also for service_filter filed/object. I don't know w...
May 26, 2021
I cannot find value types for these two fields(credit_card_expiration_month, credit_card_expiration_year). Only null is given in the example. Is it integer? There is no description with example for...
May 25, 2021
https://shopify.dev/docs/admin-api/rest/reference/customers/customer#orders-2021-04 What does this description mean? The query string parameters that are available to the Order resource are a...
There is only example that returns error. Please correct the documentation. https://shopify.dev/docs/admin-api/rest/reference/customers/customer#destroy-2021-04
May 20, 2021
"customer_id" is missing in the description and also fields are otherwise sorted. What is right? https://shopify.dev/docs/admin-api/rest/reference/customers/customer#index-2021-04 Here is def...
May 18, 2021
https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#create-2021-04 If I try to create new Smart Collection using Postman I'll get response below. Same for prepending ...
For example Update inventory items https://shopify.dev/docs/admin-api/rest/reference/inventory/inventoryitem#update-2021-04 There is InventoryItem properties table and these 3 properties are READ-O...
May 14, 2021
There is "Create a new draft product" example in reference and I don't understand shop property(object) in the request. This property is not described anywhere and it does nothing. It does not ...
May 14, 2021
I tried to create new product using "Create a new product with the default product variant" example but Shopify returned error "400 Bad Request". https://shopify.dev/docs/admin-api/rest/referen...
May 13, 2021
Because why should I send full collection object in the request if I only want to remove its image? It doesn't make sense. Here is link to reference https://shopify.dev/docs/admin-api/rest/ref...
No content to show
User Activity
Hey Awwdam,It works again after a few days. I don't know where the problem was but it's working now. This problem has only this shop/app because I was unable to reproduce this issue on another shop/app. Thanks
As you can see, there is a limit URI parameter set to 1 and the response is an empty array.But when I used limit together with another URI parameter (for example with ids), it is working fine:Could you please explain to me why is this so? Or is this ...
Yo don't understand me.I used latest API 2021-07. You can add metafields also directly when create/update products, orders, customers,... Check example on this site https://shopify.dev/api/admin/rest/reference/products/product#create-2021-07There is ...
I read the changes in the new API version 2021-07. There is a change in the metafields(new type property). I tested it in the Metafields API and it works. But I can add metafields also in the others APIs and this change doesn't work there. APIs still...