# Adjust products order in a Shop(in batch) 1. Mostly like 3.3.9 but support multiple ShopCategories. 10 QPS by appId dimension. Endpoint: POST /product/spu/batchupdateallsequence Version: v.1.0.0 ## Request fields (application/json): - `shopId` (integer, required) store id in KeeTa - `shopCategoryId2SpuSeqMap` (object, required) key: ShopCategory.id value: Spu sequence data model ## 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" - `data` (array) Successful ShopCategory id - `errorList` (array) failed ShopCategory informations - `errorList.id` (integer) Unique Category ID generated by Keeta. - `errorList.code` (integer) A numeric status identifier indicating the result of the interface call, used to determine whether the operation executed successfully. indicates that . indicates that . can be viewed in the field.