automaticDiscountNode Deprecated, domain filter added, Shipping config updated

6/24/2026, 12:01:17 AM

The "automaticDiscountNode" query has been marked deprecated; developers should switch to the "discountNode" query for retrieving automatic discount nodes. The "storefrontCrawlerSignatures" query now accepts an optional "domain" argument that filters signatures by their associated host. Two new market‑region types, "MarketRegionSubdivision" and "MarketRegionSubdivisionCountry", have been added to represent country subdivisions. ShippingConfiguration was altered: the "id" field and the former "activeOptionDefinitionsCount" field were removed, while "optionDefinitionsCount" now accepts a boolean "active" argument and is no longer deprecated. Inventory transfer error enums (InventoryTransferCreateAsReadyToShipUserErrorCode, InventoryTransferCreateUserErrorCode, InventoryTransferEditUserErrorCode) were expanded to include an "INVALID_TAG" value. Developers should update their queries and error handling to accommodate these changes.

Query Changes

πŸ”„ Modified Queries (2)

automaticDiscountNode

Returns a DiscountAutomaticNode resource by ID.

⚠️ Deprecated: Use `discountNode` instead.
storefrontCrawlerSignatures

Returns a paginated list of storefront crawler signatures by shop.

+ New argument: domain

Type Changes

βž• Added Types (2)

πŸ—οΈMarketRegionSubdivisionβž• AddedOBJECT

A subdivision of a country which comprises a market.

Fields: code, country, id, name
πŸ—οΈMarketRegionSubdivisionCountryβž• AddedOBJECT

A country that a subdivision belongs to.

Fields: code, name

πŸ”„ Modified Types (4)

πŸ—οΈInventoryTransferCreateAsReadyToShipUserErrorCodeπŸ”„ Modified
βž• Enum value added: INVALID_TAG
πŸ—οΈInventoryTransferCreateUserErrorCodeπŸ”„ Modified
βž• Enum value added: INVALID_TAG
πŸ—οΈInventoryTransferEditUserErrorCodeπŸ”„ Modified
βž• Enum value added: INVALID_TAG
πŸ—οΈShippingConfigurationπŸ”„ Modified
βž– Field removed: activeOptionDefinitionsCount
βž– Field removed: id
πŸ”„ Field modified: optionDefinitionsCount