v1

latestOpenAPI 3.0.12026-07-24204656.7 KB
Cart

Submit delivery confirmation

Merchant acknowledgement that the entire order has been delivered or scheduled for delivery. NOTE: If the customer always takes the order with them at the time of checkout, a call to this endpoint is not required.
Merchant configurations are managed by our Implementations Team. For questions, contact your Implementation Manager.

post/application/cart/delivery

Request body

applicationIdinteger

This is the Account Number (AKA Lease ID) as assigned by Progressive Leasing

deliveryDatestring date-time

The delivery date of when the merchandise was delivered.

Example request

{
  "store": {
    "progressiveMerchantId": 111111,
    "merchantStoreId": "UT",
    "salesAssociate": "John Smith"
  }
}

Response

No Content