Cmdlets for Shopify

Build 24.0.8963

FulfillmentServices

Lists fulfillmentServices which Represents service that prepares and ships orders on behalf of the store owner.

Table-Specific Information

Select

The 本製品 processes all filters client-side within the 本製品. 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963