No content to show
User Activity
11-28-2023
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...
11-28-2023
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...
08-01-2023
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...
02-20-2023
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...
02-20-2023
You can open web site in common browser and check connection security (lock sign). There you can find certificate details.
01-20-2023
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.
01-19-2023
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.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
969 | 11-28-2023 09:09 AM | |
468 | 08-04-2023 12:04 PM | |
4585 | 02-20-2023 06:52 PM |