Test Collection Methods
Overview
Collection Method
AT_HOME Orders
{
"client_order_reference_id": "TEST-ORDER-001",
"collection_type": "AT_HOME",
"recipient": {
"client_recipient_reference_id": "RECIP-CLIENT-001",
"first_name": "John",
"last_name": "Tan",
"email": "[email protected]",
"phone_number": 7436503302,
"country_code": 44,
"date_of_birth": "1995-10-10",
"gender_at_birth": "m"
},
"shipping_address": {
"address_line_1": "123 High Street",
"city": "London",
"administrative_area": "England",
"country_code": "GB",
"postal_code": "SW1A 1AA"
},
"items": [
{
"variant_id": 100011,
"quantity": 1
}
]
}GO_TO_LAB Orders
Last updated
Was this helpful?