Get v1 winkelstraat shippingpackingslips
Query parameters
-
Field
-
Value
-
Condition type
-
Sorting field.
-
Sorting direction.
-
shipmentSearchCriteria[pageSize] integer
Page size.
-
Current page.
-
Field
-
Value
-
Condition type
-
Sorting field.
-
Sorting direction.
-
trackSearchCriteria[pageSize] integer
Page size.
-
trackSearchCriteria[currentPage] integer
Current page.
GET /V1/winkelstraat/shippingpackingslips
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/winkelstraat/shippingpackingslips
Response examples (200)
{
"pages": [
{
"shipment_increment_id": "string",
"track_number": "string",
"sort_order": 42
}
],
"base64_content": "string",
"errors": [
"string"
]
}
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 (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}