Confirm Shipment
Confirms shipment for item(s) in a lease.
Last updated
Confirms shipment for item(s) in a lease.
Last updated
GET
https://apis.sandbox.flexshopper.com/v3/transactions/{transactionId}/confirm-shipment
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Items is an optional field only necessary for partial shipments. If absent, the entire transaction (all quantities of all SKUs) is marked as shipped.
If an item is present without a quantity, all of that item will be marked as shipped.
If your merchant is opted-in to the pre-authorization flow during agreement signing, we'll automatically attempt to collect the First Payment before confirming the shipment.
transactionId
string
The transaction ID provided at lease generation.
Authorization
string
Authorization token
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.