# Adjust order of a product(in a specific ShopCategory) 1. Adjust a product's sequence in a specific ShopCategory. 2. 0 < sequence <= number of spus. 10 QPS by appId dimension. Endpoint: POST /product/spu/updatesequence Version: v.1.0.0 ## Request fields (application/json): - `shopId` (integer, required) store id in KeeTa Example: 1 - `shopCategoryId` (integer, required) ShopCategory.id Example: 22 - `spuId` (integer, required) spuId Example: 333 - `sequence` (integer, required) target sequence Example: 2 ## Response 200 fields (application/json): - `code` (integer, required) A numeric status identifier indicating the result of the interface call, used to determine whether the operation executed successfully. - `message` (string, required) Text description corresponding to the status code, explaining the operation result or error cause to users. Example: "Success"