# Get v1 winkelstraat dock nxt merchant code rma increment **GET /V1/winkelstraat/dock_nxt/{merchantCode}/rma/{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. - **items** (array[object]) Items. - **rma_increment_id** (string) The RMA increment ID. - **shipment_increment_id** (string) The shipment increment ID. - **order_increment_id** (string) The order increment ID. - **created_at** (string) The shipment date. - **grand_total** (number) The grand total amount. - **customer_address** (object) - **merchant_return_address** (object) - **purchase_origin** (string) The purchase origin. - **po_number** (string) The PO number. - **track** (object) - **received_at** (string) The date the RMA was received. - **processed_at** (string) The date the RMA was processed. - **status** (string) The status of the RMA. ### 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)