FulfillmentServices
Lists fulfillmentServices which Represents service that prepares and ships orders on behalf of the store owner.
Table-Specific Information
Select
The provider processes all filters client-side within the provider. The following query is the only one processed server side:
SELECT * FROM FulfillmentServices
Insert
The following columns can be used to create a new record:
ServiceName, CallbackUrl, InventoryManagement, FulfillmentOrdersOptIn
Update
The following columns can be updated:
ServiceName, CallbackUrl, FulfillmentOrdersOptIn
Delete
You can delete entries by specifying the following column:
Id
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True |
The ID of the fulfillment service. | |
ServiceName | String | False |
The name of the fulfillment service as seen by merchants. | |
Handle | String | True |
Human-readable unique identifier for this fulfillment service. | |
Type | String | True |
Type associated with the fulfillment service. | |
CallbackUrl | String | False |
The callback URL the fulfillment service has registered for requests. | |
InventoryManagement | Bool | True |
Whether the fulfillment service tracks product inventory and provides updates to Shopify. | |
ProductBased | Bool | True |
Whether the fulfillment service supports local deliveries. | |
PermitsSkuSharing | Bool | True |
Whether the fulfillment service can stock inventory alongside other locations. | |
FulfillmentOrdersOptIn | Bool | False |
Whether the fulfillment service has opted into fulfillment order based requests. | |
LocationId | String | True |
Globally unique identifier. |