REST API Referenceloyalty fulfillments overview

/ws/merchants/{merchRef}/loyalty/{FulfillmentID}/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