This endpoint can be used to create new shipments.A maximum of 10 shipments can be created in a single request.Endpoint: /api/v1/shipmentsMethod: POST
It is critical that you verify the fulfillment and destination addresses before using them.Failure to verify the addresses may result in loss or delayed shipments.You may also be charged should address correction be necessary by the carrier.
When creating a shipment, you can use either of the following two approaches to specify the fulfillment and destination addresses:
Use the fulfillment_address_id and destination_address_id fields to reference existing addresses that have already been stored on ArtPort.
Provide the address details directly in the fulfillment_address and destination_address fields.
You can also combine these approaches. For example, by using a fulfillment_address_id and a destination_address, or vice versa.For examples of how to use these fields, see the request examples on this page.
Array of shipment objects to be created.Minimum objects in the array: 1Maximum objects in the array: 10Each shipment object must consist of the following fields:
The value of the artwork in USD $.Always use an accurate value to make sure that any insurance claims are properly honored.Minimum value: 50Maximum value: 10000
The contact email address.Carriers may send one or more shipment tracking notifications to this email address.Minimum character length: 6Maximum character length: 100
The contact email address.Carriers may send one or more shipment tracking notifications to this email address.Minimum character length: 6Maximum character length: 100