FulfillmentServices
Lists fulfillmentServices which Represents service that prepares and ships orders on behalf of the store owner.
Table-Specific Information
Select
The connector processes filters client-side within the connector.
Insert
INSERT statements are mapped to the 'fulfillmentServiceCreate' GraphQL mutation.
The following columns can be used to create a new record:
ServiceName, InventoryManagement, FulfillmentOrdersOptIn, CallbackUrl
UPDATE
UPDATE statements are mapped to the 'fulfillmentServiceUpdate' GraphQL mutation.
The following columns can be updated:
ServiceName, FulfillmentOrdersOptIn, CallbackUrl
DELETE
DELETE statements are mapped to the 'fulfillmentServiceDelete' GraphQL mutation.
You can delete entries by specifying the 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. |