Confirm Shipment
Confirms shipment for item(s) in a lease.
/v3/transactions/{transactionId}/confirm-shipment
GET
https://apis.sandbox.flexshopper.com/v3/transactions/{transactionId}/confirm-shipment
Path Parameters
transactionId
string
The transaction ID provided at lease generation.
Headers
Authorization
string
Authorization token
Request Body
items
array
The items to be shipped to the customer.
items.sku
string
The SKU of the item in the shipment.
items.trackingNumber
string
The tracking number(s).
items.carrier
string
The carrier handling the item's shipment.
items.shipDate
string
The date shipped to the carrier.
items.deliveryDate
array
The item's estimated delivery date.
items.quantity
string
The number of items of this type in this shipment, defaults to one.
items.trackingLink
string
A link to track the shipment on the carrier's website.
Payload Example
Last updated
Was this helpful?