Publishing
Publish to Shopify Directly
Once your job has completed you can publish to shopify simply by using the job request ID and your shopify access token and store name. This will construct a product listing based on your selected product meta data and job details and forward it to your store. Kaimo does not store anything from this request, it simply forwards it.
curl --location --request PUT 'https://dev.mykaimo.com/shopify/job' \
--header 'X-Amz-Security-Token: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"store": "string",
"access": "string",
"job": "string"
}'