For the complete documentation index, see llms.txt. This page is also available as Markdown.

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…

Get custom storefront setup instructions

get

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
instructionsstringOptional

Markdown setup instructions for connecting a custom sales channel to your store.

Example: # Connect your custom storefront Use the Ecommerce API to sync your store.
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?