When building a Buy Online, Pick up in Store solution, you can allow merchants to manage orders that have pickup consignments. They can view and update the pickup consignment for an order.
To view the pickup consignment for the newly-created order, send a request to the Get consignments endpoint.
The order’s pickup consignment is 13.
To view the products for a newly-created order, send a request to the Get order products endpoint. The response returns products that were assigned to a pickup consignment.
The order_pickup_method_id field is 13 (same value as the pickup consignment ID).
If you need to update the original pickup consignment details, you have the ability to do so using the Orders API. You can update the:
pickup_method_idpickup_method_display_namecollection_instructionscollection_time_descriptionlocation_id)To update a pickup consignment, send a request to the Update an order endpoint.