POST
/
{storeId}
/
product-ordering
curl --request POST \
  --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/product-ordering \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "id": "product-id-1",
    "name": "sample product name goes here"
  }
]'
[
  {
    "id": "product-id-1",
    "name": "sample product name goes here"
  }
]

Path Parameters

storeId
string
required

Store ID for this resource request

Body

application/json ยท object[]
id
string

product id of the specified product

name
string

name of the product

Response

200 - application/json
id
string

product id of the specified product

name
string

name of the product