REST API Referenceloyalty fulfillments overview

/ws/merchants/{merch Ref}/loyalty/{Group Ref}/shipments/methods

Methods: GET

GET

Retrieves a list of all shipping methods currently in use.

JSON Format

      [
        {
          "method":"Standard"
        },
        {
          "method":"2 Days"
        }
      ]