{
"marketplaceId": "string",
"address": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"items": [
{
"sellerSku": "string",
"quantity": 0,
"perUnitDeclaredValue": {
"currencyCode": "string",
"amount": "string"
},
"sellerFulfillmentOrderItemId": "string"
}
],
"shippingSpeedCategories": [
"Standard"
],
"includeCODFulfillmentPreview": true,
"includeDeliveryWindows": true,
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}