/api/v1/reports/{shipment_id}/{set}
Method: POST
1
contains the photos of the shipment (artwork and box) before it is shipped.Set 2
contains the photos of the shipment (artwork and box) after it is received.Set 1
, the shipment’s status must be Delivered
, and the submission must be made within 30 days
of the shipment’s arrival at the fulfillment address.
In order to submit Set 2
, the shipment’s status must be Arrived
, and the submission must be made within 24 hours
of the shipment’s arrival at the destination address.
1
or 2
.multipart/form-data
.
6
.Maximum file size for each photo: 1MB
.Permitted file types for the photo: JPG, PNG
.The photos should be ordered within the array like so:6
.Maximum file size for each photo: 1MB
.Permitted file types for the photo: JPG, PNG
.The photos should be ordered within the array like so:201 Created
status code.
The response will not contain any content.