Reship a shipmentCopy Pagepost https://api.vrio.app/shipments/{shipment_id}/reshipThis will create a shipment type of reship on the shipment records. Reship types are configurable within lists.Path Paramsshipment_idintegerrequiredBody Paramscustomers_address_shipping_idintegerPass another customer address shipping ID.shipping_profile_idintegerrequired if shipping profiles are setup on the campaign and there are shippable items on the order.shipping_reship_type_idinteger | nullenum 1 - Did not receive package 2 - Damaged Items 3 - Items Incorrect 4 - Quantity Incorrect null1234Allowed:null1234shipment_itemsarray of objectsSelect the items to reship on the shipment.shipment_itemsADD objectreship_item_idintegerAdd different items to ship with the reshipped shipment.reship_item_option_variation_idintegerreship_item_quantityintegerSet the quantity for the items to ship.Responses 200OK 400Error response 401Unauthorized response 403Forbidden response 500Error responseUpdated 7 days ago