No content to show

User Activity

When creating new product, there is optional settings called "inventory_management" (possible values are: 'null' or 'shopify')You will be able to update your inventory levels through API only in case "inventory_management"="shopify" for related produ...
When creating new product, there is optional settings called "inventory_management" (possible values are: 'null' or 'shopify')You will be able to update your inventory levels only in case "inventory_management"="shopify" for related product.You can u...
I'm trying to POST new product through REST API but getting 400 error without much details:HTTP error:<400 , Bad Request Error : {"errors":{"product":"Required parameter missing or invalid"}}>X-Request-ID: bc258e03-878e-4253-a3ad-8b30d63155acFrom API...
Found solution by myself. Correct declaration is:<xs:element name="orders"> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element type="xs:string" name="id"/> </xs:sequence> </xs:complexType> </xs:element> 
I'm using SAP BODS with REST API connection to Shopify's store. It works through WADL configuration which requires XML+XSD schema declaration.As Shopify no more supports XML requests directly, I wrote JSON schema converted it to XML and used it in WA...
When doing API call to /admin/api/2023-04/orders.xml we are receiving 404 error. We didn't change anything in system/job/connection configuration.The only one thing, I know last months our managers did store closing/re-opening so not sure if it could...
Check Shopify notification: https://community.shopify.com/c/shopify-apis-and-sdks/important-notice-certificate-update-on-myshopify-com-domains/td-p/1928332I had to update certificate store on my application by downloading and rewriting updated curl_c...
You can open web site in common browser and check connection security (lock sign). There you can find certificate details.
CERT validity  NOT BEFORE Wed, 18 Jan 2023 19:23:03 GMT They updated certificate for web site recently and it looks like update took effect after 48 hours appx or just fixed something.
HTTP client error:<60>:<SSL peer certificate or SSH remote key was not OK>.I've seen the same since yesterday. When connecting manually from Postman it works well but if connecting via API inside jobs gets error. 
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to