REST API Referenceretail-fulfillments overview

/ws/merchants/{merchant ID}/retail-fulfillments/{fulfillment ID}/carriers

Methods: GET

GET

Retrieves a list of card carriers for the fulfillment group specified in the URI.

JSON Format

      [
        {
          "CarrierID":"28",
          "Description":"Yellow Gift Card Carriers"
        },
        {
          "CarrierID":"23",
          "Description":"Red Presenters"
        }
      ]
    

Fields

Name Type
CarrierID read-only
Description read-only