🚀 New: Edit Shoppex themes from the dashboard, the CLI, or an AI agent — one unified workflow. Learn more →
curl --request PATCH \
--url https://api.shoppex.io/dev/v1/products/order \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"product_ids": [
"prod_2",
"prod_1"
]
}
'{
"data": {
"updated_count": 2,
"product_ids": [
"prod_2",
"prod_1"
]
}
}Developer API operation for PATCH /dev/v1/products/order.
curl --request PATCH \
--url https://api.shoppex.io/dev/v1/products/order \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"product_ids": [
"prod_2",
"prod_1"
]
}
'{
"data": {
"updated_count": 2,
"product_ids": [
"prod_2",
"prod_1"
]
}
}