Sandbox APIs
📄️ Create test orders
This operation creates test orders in sandbox. Please change the base url to sandbox to use this.
📄️ Change `dispatch_by_date` and `dispatch_after_date`
This operation changes dispatch_by_date and dispatch_after_date for a specified order item. Please note dispatch dates should be in IST format. For ex 'dispatch_after_date':'YYYY-MM-DDTHH:MM:SS+05:30'. Please change the base url to sandbox to use this.
📄️ Put order on hold
This operation puts specified order item on hold and sends notification for the same. Please change the base url to sandbox to use this.
📄️ Mark order un hold
This operation makes specified order item un hold from on hold. Please change the base url to sandbox to use this.
📄️ Mark order item as pick up complete
This operation marks specified order item pick up complete and sends notification for the same. Please change the base url to sandbox to use this.
📄️ Mark order item as shipped
This operation marks specified order item shipped and sends notification for the same. Please change the base url to sandbox to use this.
📄️ Mark order item as delivered
This operation marks specified order item delivered and sends notification for the same. Please change the base url to sandbox to use this.
📄️ Create courier or customer return
This operation creates return for order in post dispatch state. The return type can be courier or customer. Please change the base url to sandbox to use this.
📄️ Process return events
This operation marks return completed or cancelled and sends notification for the same. Please change the base url to sandbox to use this.
📄️ Create forward or reverse services for drop ship orders
This operation creates forward or reverse services for self ship order items. PS: Order items should be of type self ship. serviceType field should be either 'FORWARD' or 'REVERSE'. Please change the base url to sandbox to use this.