Overview
This endpoint can be used to update a shipment. Endpoint:/api/v1/shipments/{shipment_id}
Method: PATCH
URL Parameters
The ID of the shipment you wish to .
Request
When creating a shipment, you can use either of the following two approaches to specify the fulfillment and destination addresses:
- Use the
fulfillment_address_idanddestination_address_idfields to reference existing addresses that have already been stored on ArtPort. - Provide the address details directly in the
fulfillment_addressanddestination_addressfields.
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.The name or a brief description of the piece. You can also use an internal reference number.Minimum character length:
2Maximum character length: 50The 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: 10000The length of the piece in inches.Minimum length:
17Maximum length: 44The height of the piece in inches.Minimum height:
13Maximum height: 34The depth of the piece in inches.Minimum depth:
1Maximum depth: 4The ID of an existing address to be used as the fulfillment address.
This field is required if the
fulfillment_address field is not provided.An object containing the fulfillment address details.
This field is required if the
fulfillment_address_id field is not provided.The ID of an existing address to be used as the destination address.
This field is required if the
destination_address field is not provided.An object containing the destination address details.
This field is required if the
destination_address_id field is not provided.Response
If the shipment is successfully updated, the API will return a204 No Content status code.
The response will not contain any content.