Skip to main content
POST
Updates the product ordering within a category

Path Parameters

storeId
string
required

Store ID for this resource request

Body

application/json

an order list of products in a way it needs to be sorted/displayed

id
string

product id of the specified product

Example:

"product-id-1"

name
string

name of the product

Example:

"sample product name goes here"

Response

A list of all products.

id
string

product id of the specified product

Example:

"product-id-1"

name
string

name of the product

Example:

"sample product name goes here"