GET
/V1/winkelstraat/dock_nxt/{merchantCode}/rma/{incrementId}
curl \
--request GET 'https://m2.winkelstraat.nl/rest/all/V1/winkelstraat/dock_nxt/{merchantCode}/rma/{incrementId}'
Response examples (200)
{
"customer_name": "string",
"items": [
{
"sku": "string",
"name": "string",
"reference": "string",
"article_number": "string",
"size": "string",
"color": "string",
"image_url": "string",
"price": 42.0,
"return_reason": "string",
"resolution": "string",
"retailer_resolution": "string",
"status": "string",
"qty_requested": 42,
"qty_returned": 42,
"qty_approved": 42
}
],
"rma_increment_id": "string",
"shipment_increment_id": "string",
"order_increment_id": "string",
"created_at": "string",
"grand_total": 42.0,
"customer_address": {
"name": "string",
"street": "string",
"housenumber": "string",
"postcode": "string",
"city": "string",
"province": "string",
"country": "string"
},
"merchant_return_address": {
"name": "string",
"street": "string",
"housenumber": "string",
"postcode": "string",
"city": "string",
"province": "string",
"country": "string"
},
"purchase_origin": "string",
"po_number": "string",
"track": {
"track_number": "string",
"carrier_code": "string",
"shipping_method": "string",
"tracking_url": "string"
},
"received_at": "string",
"processed_at": "string",
"status": "string"
}
Response examples (200)
<?xml version="1.0" encoding="UTF-8"?>
<root>
<customer-name>string</customer-name>
<items type="array">
<item>
<sku>string</sku>
<name>string</name>
<reference>string</reference>
<article-number>string</article-number>
<size>string</size>
<color>string</color>
<image-url>string</image-url>
<price type="float">42.0</price>
<return-reason>string</return-reason>
<resolution>string</resolution>
<retailer-resolution>string</retailer-resolution>
<status>string</status>
<qty-requested type="integer">42</qty-requested>
<qty-returned type="integer">42</qty-returned>
<qty-approved type="integer">42</qty-approved>
</item>
</items>
<rma-increment-id>string</rma-increment-id>
<shipment-increment-id>string</shipment-increment-id>
<order-increment-id>string</order-increment-id>
<created-at>string</created-at>
<grand-total type="float">42.0</grand-total>
<customer-address>
<name>string</name>
<street>string</street>
<housenumber>string</housenumber>
<postcode>string</postcode>
<city>string</city>
<province>string</province>
<country>string</country>
</customer-address>
<merchant-return-address>
<name>string</name>
<street>string</street>
<housenumber>string</housenumber>
<postcode>string</postcode>
<city>string</city>
<province>string</province>
<country>string</country>
</merchant-return-address>
<purchase-origin>string</purchase-origin>
<po-number>string</po-number>
<track>
<track-number>string</track-number>
<carrier-code>string</carrier-code>
<shipping-method>string</shipping-method>
<tracking-url>string</tracking-url>
</track>
<received-at>string</received-at>
<processed-at>string</processed-at>
<status>string</status>
</root>
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (401)
<?xml version="1.0" encoding="UTF-8"?>
<root>
<message>string</message>
<errors type="array">
<error>
<message>string</message>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
</error>
</errors>
<code type="integer">42</code>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
<trace>string</trace>
</root>
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
<?xml version="1.0" encoding="UTF-8"?>
<root>
<message>string</message>
<errors type="array">
<error>
<message>string</message>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
</error>
</errors>
<code type="integer">42</code>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
<trace>string</trace>
</root>