Skip to main content
GET
/
commerce
/
settings
/
fulfillment
/
fulfillmentsettings
Error
A valid request URL is required to generate request examples
{
  "defaultBackOrderDays": 123,
  "paymentVoidAndReauth": true,
  "futureInventoryEnabled": true,
  "bpmConfiguration": {
    "containerId": "<string>",
    "processId": "<string>"
  },
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  },
  "fulfillmentJobSettings": {
    "pickupReminderJob": {
      "isEnabled": true,
      "interval": 123
    },
    "releaseBackorderJob": {
      "isEnabled": true,
      "interval": 123,
      "partialReleaseEnabled": true,
      "partialReleaseType": "<string>"
    }
  },
  "shipToStore": {
    "isEnabled": true,
    "alwaysCreateTransferShipments": true,
    "shippingMethod": {
      "code": "<string>",
      "name": "<string>"
    },
    "cancellation": {
      "onParentShipment": true,
      "restrictedSteps": [
        "<string>"
      ]
    }
  },
  "shipToHomeConsolidation": {
    "isEnabled": true,
    "shippingMethodSTHC": {
      "code": "<string>",
      "name": "<string>"
    },
    "cancellationSTHC": {
      "onParentShipment": true,
      "restrictedSteps": [
        "<string>"
      ]
    },
    "forceSTHConsolidationOnSplitShipments": {
      "isEnabled": true
    },
    "allowPartialFulfillment": true,
    "multipleConsolidation": {
      "isEnabled": true
    }
  },
  "deliveryConsolidation": {
    "isEnabled": true,
    "shippingMethodDeliveryConsolidation": {
      "code": "<string>",
      "name": "<string>"
    },
    "restrictedCancellationSteps": [
      "<string>"
    ],
    "cancellationOnParentShipment": true,
    "forceDeliveryConsolidation": true,
    "allowPartialFulfillment": true,
    "multipleConsolidation": true
  },
  "createShipmentsOnPendingReview": {
    "isEnabled": true
  },
  "futureDateLimit": {
    "futureDateLimitUnit": "<string>",
    "futureDateLimitQuantity": 123
  },
  "fulfillerSettings": {
    "editShipment": true
  },
  "actionOnBOPISReject": "<string>",
  "configurableShipmentRelease": {
    "isEnabled": true,
    "shipmentCreationOffset": 123,
    "reserveInventoryOnOrderPendingShipment": true,
    "refreshPricingOnOrderEdit": true,
    "b2BOrderRelease": {
      "isEnabled": true,
      "automaticReleaseOffset": 123,
      "releaseType": "<string>"
    }
  },
  "substitution": {
    "repriceOnSubstitution": true
  },
  "retainFlatRatePerOrder": true,
  "shipmentsOnHold": {
    "enabled": true,
    "manualRelease": true,
    "autoRelease": {
      "enabled": true,
      "jobInterval": {
        "unit": "<string>",
        "value": 123
      }
    }
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

defaultBackOrderDays
integer<int32> | null
paymentVoidAndReauth
boolean | null
futureInventoryEnabled
boolean | null
bpmConfiguration
object
auditInfo
object
fulfillmentJobSettings
object
shipToStore
object
shipToHomeConsolidation
object
deliveryConsolidation
object
createShipmentsOnPendingReview
object
futureDateLimit
object
fulfillerSettings
object
actionOnBOPISReject
string | null
configurableShipmentRelease
object
substitution
object
retainFlatRatePerOrder
boolean | null
shipmentsOnHold
object