FulfillmentServices
Manages third-party fulfillment service configurations and metadata for merchant stores.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | True |
A unique numeric identifier for the fulfillment service. | |
| LocationId | Long | True |
Locations.Id |
The unique identifier of the location associated with this fulfillment service. |
| ProviderId | String | True |
The unique identifier of the external provider that operates the fulfillment service. | |
| Name | String | False |
The name of the fulfillment service, visible to merchants and customers. | |
| Handle | String | True |
A human-readable unique string identifier automatically generated from the service name. | |
| ServiceName | String | True |
The internal or descriptive name of the fulfillment service. | |
| String | False |
The contact email address for the fulfillment service. | ||
| IncludePendingStock | Bool | False |
Indicates whether the fulfillment service includes pending stock in its inventory calculations. | |
| RequiresShippingMethod | Bool | False |
Indicates whether the fulfillment service requires products to be physically shipped. | |
| TrackingSupport | Bool | False |
Indicates whether the fulfillment service provides package tracking numbers to Shopify. | |
| InventoryManagement | Bool | False |
Indicates whether the fulfillment service manages inventory levels and reports stock updates to Shopify. | |
| FulfillmentOrdersOptIn | Bool | False |
Indicates whether the fulfillment service participates in the fulfillment orders API workflow. | |
| CallbackUrl | String | False |
The URL endpoint used by Shopify to send inventory and tracking update requests. Required if tracking or inventory management is enabled. | |
| Format | String | False |
The format of the API data returned by the fulfillment service. Supported values: 'json' and 'xml'. |