GETTING STARTED
Store
Custom Domain
Category
Brand
Tag
Store Front
Custom Domain
Create a custom domain.
Create a custom domain.
POST
/
{storeId}
/
customdomain
curl --request POST \
--url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/customdomain \
--header 'Content-Type: application/json' \
--data '{
"name": "example.com"
}'
{
"id": "623d3455ec3c4b3548eb4a322",
"name": "example.com",
"connected": "true",
"createdAt": "2022-03-25T03:17:44.092Z",
"updatedAt": "2022-06-10T07:51:12.510Z"
}
Path Parameters
Store ID for this resource request
Body
application/json
Response
201
application/json
Custom domain created.
The response is of type object
.
curl --request POST \
--url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/customdomain \
--header 'Content-Type: application/json' \
--data '{
"name": "example.com"
}'
{
"id": "623d3455ec3c4b3548eb4a322",
"name": "example.com",
"connected": "true",
"createdAt": "2022-03-25T03:17:44.092Z",
"updatedAt": "2022-06-10T07:51:12.510Z"
}
Assistant
Responses are generated using AI and may contain mistakes.