list_shelf_item_store


POST /list_shelf_item_store

To update the shelf per item and store.

        {
            "api_credentials": {
                "token": "XXXX"
            },
            "list_shelf_item_store": [
                {
                    "shelf_code_365": "S001",
                    "store_code_365": "100",
                    "item_code_365": "ADAPTOR"
                },
                {
                    "shelf_code_365": "S001",
                    "store_code_365": "100",
                    "item_code_365": "ADTM200"
                }
            ]
        }
       


field type description
api_credentials
token string Credentials provided by Powersoft that allow access to the API
list_shelf_item_store
shelf_code_365 string The 365 shelf code (e.g. S001)
store_code_365 string The 365 store code (e.g. 001)
item_code_365 string The 365 item code or barcode (e.g. ADAPTOR)

Returns

Returns the standard api_response object.