Skip to content

Commit

Permalink
Merge pull request #165 from hollyabrams/adding-amazon-shipment-option
Browse files Browse the repository at this point in the history
Adding Amazon shipment option example
  • Loading branch information
jchen293 authored Oct 10, 2024
2 parents cf1b48f + 483f87d commit 4dda33a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions official/guides/carriers/amazon/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fulfiller_order_items": [
{
"amazon_order_id": "order_123",
"items": [
{
"item_identifier": "item_123",
"quantity": 1,
"item_weight": {
"unit": "OUNCE",
"value": 4.0
},
"item_value": {
"unit": "USD",
"value": 20.0
},
"serial_numbers": ["000123", "000456"]
}
]
}
]
}

0 comments on commit 4dda33a

Please sign in to comment.