# Get v1 winkelstraat dock nxt merchant code shipment increment **GET /V1/winkelstraat/dock_nxt/{merchantCode}/shipment/{incrementId}** ## Servers - https://m2.winkelstraat.nl/rest/all: https://m2.winkelstraat.nl/rest/all () ## Parameters ### Path parameters - **merchantCode** (string) - **incrementId** (string) ## Responses ### 200 200 Success. #### Body: application/json (object) - **customer_name** (string) The customer's name. - **customer_telephone** (string) The customer's telephone number. - **items** (array[object]) Items. - **shipment_increment_id** (string) The shipment increment ID. - **order_increment_id** (string) The order increment ID. - **created_at** (string) The shipment date. - **discount** (number) The discount applied. - **grand_total** (number) The grand total amount. - **shipping_method** (string) The preferred shipping method by the customer. - **picking_pdf_url** (string) The URL of the picking PDF. - **carrier_code** (string) The preferred carrier code by the customer. - **carrier_method** (string) The preferred carrier method by the customer. - **logistics_service_provider_code** (string) The logistics service provider code. - **available_delivery_methods** (array[object]) Available delivery methods. - **package_point** (object) - **addressee** (object) - **purchase_origin** (string) The purchase origin. - **po_number** (string) The PO number. - **track** (object) - **packed_at** (string) The packed at timestamp. ### 401 401 Unauthorized #### Body: application/json (object) - **message** (string) Error message - **errors** (array[object]) Errors list - **code** (integer) Error code - **parameters** (array[object]) Error parameters list - **trace** (string) Stack trace ### default Unexpected error #### Body: application/json (object) - **message** (string) Error message - **errors** (array[object]) Errors list - **code** (integer) Error code - **parameters** (array[object]) Error parameters list - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)