Get custom storefront setup instructions
Retrieve step-by-step setup instructions, formatted as Markdown, for connecting a custom sales channel to your store and keeping your catalog, orders, shipping and payments in sync through the…
Retrieve step-by-step setup instructions, formatted as Markdown, for connecting a custom sales channel to your store and keeping your catalog, orders, shipping and payments in sync through the Ecommerce API.
Authorizations
AuthorizationstringRequired
API Token authentication
Responses
200
Success response
application/json
instructionsstringOptionalExample:
Markdown setup instructions for connecting a custom sales channel to your store.
# Connect your custom storefront Use the Ecommerce API to sync your store.401
Unauthenticated response
application/json
500
Error response
application/json
get/api/ecommerce/v1/miscellaneous/custom-storefront-instructions
GET /api/ecommerce/v1/miscellaneous/custom-storefront-instructions HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"instructions": "# Connect your custom storefront\n\nUse the Ecommerce API to sync your store."
}Last updated
Was this helpful?