A valid request URL is required to generate request examples{
"id": "<string>",
"code": "<string>",
"status": "<string>",
"items": [
{
"productCode": "<string>",
"quantity": 123,
"fulfillmentItemType": "<string>",
"lineId": 123,
"optionAttributeFQN": "<string>"
}
],
"fulfillmentDate": "2023-11-07T05:31:56Z",
"fulfillmentLocationCode": "<string>",
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
},
"availableActions": [
"<string>"
],
"changeMessages": [
{
"id": "<string>",
"correlationId": "<string>",
"userId": "<string>",
"userFirstName": "<string>",
"userLastName": "<string>",
"userScopeType": "<string>",
"appId": "<string>",
"appKey": "<string>",
"appName": "<string>",
"subjectType": "<string>",
"success": true,
"identifier": "<string>",
"subject": "<string>",
"verb": "<string>",
"message": "<string>",
"metadata": "<unknown>",
"oldValue": "<string>",
"newValue": "<string>",
"amount": 123,
"createDate": "2023-11-07T05:31:56Z",
"attributes": {}
}
]
}Gets a specified pickup on the order.
A valid request URL is required to generate request examples{
"id": "<string>",
"code": "<string>",
"status": "<string>",
"items": [
{
"productCode": "<string>",
"quantity": 123,
"fulfillmentItemType": "<string>",
"lineId": 123,
"optionAttributeFQN": "<string>"
}
],
"fulfillmentDate": "2023-11-07T05:31:56Z",
"fulfillmentLocationCode": "<string>",
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
},
"availableActions": [
"<string>"
],
"changeMessages": [
{
"id": "<string>",
"correlationId": "<string>",
"userId": "<string>",
"userFirstName": "<string>",
"userLastName": "<string>",
"userScopeType": "<string>",
"appId": "<string>",
"appKey": "<string>",
"appName": "<string>",
"subjectType": "<string>",
"success": true,
"identifier": "<string>",
"subject": "<string>",
"verb": "<string>",
"message": "<string>",
"metadata": "<unknown>",
"oldValue": "<string>",
"newValue": "<string>",
"amount": 123,
"createDate": "2023-11-07T05:31:56Z",
"attributes": {}
}
]
}JWT Authorization header using the Bearer scheme.
Unique identifier of the order with which to associate the pickup.
Pickup to remove from the order
limits which fields are returned in the response body
Success
Represents a pickup by a customer from a merchant.
ID of the fulfillment unit.
A human-readable identifier for this fulfillment unit. If not set on create, will be autogenerated as a string of the form {fulfillmentUnitType} #{next available int}
Status of the fulfillment unit See FulfillmentStatusConst
List of items in the fulfillment unit
Show child attributes
Date of the pickup
Location code from which to obtain this item
Show child attributes
Actions that can be taken on this fulfillment unit
Change messages related to the fulfillment unit.
Show child attributes