Skip to main content
PUT
/
commerce
/
subscriptions
/
{subscriptionId}
/
fulfillmentinfo
Error
A valid request URL is required to generate request examples
{
  "fulfillmentContact": {
    "id": 123,
    "email": "<string>",
    "firstName": "<string>",
    "middleNameOrInitial": "<string>",
    "lastNameOrSurname": "<string>",
    "companyOrOrganization": "<string>",
    "phoneNumbers": {
      "home": "<string>",
      "mobile": "<string>",
      "work": "<string>"
    },
    "address": {
      "address1": "<string>",
      "address2": "<string>",
      "address3": "<string>",
      "address4": "<string>",
      "cityOrTown": "<string>",
      "stateOrProvince": "<string>",
      "postalOrZipCode": "<string>",
      "countryCode": "<string>",
      "addressType": "<string>",
      "isValidated": true
    }
  },
  "isDestinationCommercial": true,
  "shippingMethodCode": "<string>",
  "shippingMethodName": "<string>",
  "data": {},
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

subscriptionId
string
required

The subscription identifier.

Query Parameters

updateMode
string

Determines the update strategy for this update (ApplyToOriginal, ApplyToDraft).

responseFields
string

limits which fields are returned in the response body

Body

application/json

New fulfillment info for subscription.

Shipment information, which includes the shipping address, price, estimated delivery date, tracking information, method (for example, Ground, Overnight, or Pick-up), carrier (for example, USPS, UPS, FedEx), and current status (for example, Not Shipped, In Transit, Delayed, or Returned To Sender).

fulfillmentContact
object
isDestinationCommercial
boolean | null

Indicates that the destination is commercial

shippingMethodCode
string | null

Code that uniquely identifies the shipping method such as "Ground," "Overnight," or "Digital." The site's shipping settings lists the valid shipping methods specified for this site.

shippingMethodName
string | null

Readable name of the shipping method

data
object

Custom data originated by the shipping service.

auditInfo
object

Response

Success

Shipment information, which includes the shipping address, price, estimated delivery date, tracking information, method (for example, Ground, Overnight, or Pick-up), carrier (for example, USPS, UPS, FedEx), and current status (for example, Not Shipped, In Transit, Delayed, or Returned To Sender).

fulfillmentContact
object
isDestinationCommercial
boolean | null

Indicates that the destination is commercial

shippingMethodCode
string | null

Code that uniquely identifies the shipping method such as "Ground," "Overnight," or "Digital." The site's shipping settings lists the valid shipping methods specified for this site.

shippingMethodName
string | null

Readable name of the shipping method

data
object

Custom data originated by the shipping service.

auditInfo
object