: Staging
: Production
💎 Changed
Added productStatusLogs to field to the Product type. This field tracks and saves changes to product statuses, including:
- The user who made the status change.
- The sub-status of the product and the reason for the change.
- A timestamp of when it was updated.
Added additional fields to the sellerBySlug query:
- Banner
- Store description
- Status
The VariantBulkCreate mutation now take externalId and externalSource as inputs.
🪲 Fixed
Fixed an issue with category deletions. Added soft deletion that ensures ledgers, audit trails for commission calculations, and order cancellations are not blocked by deleted categories.
Sellers can now only delete warehouses and shipping zones they own.
🚫 Deprecated
For the full list of deprecations and suggested replacements, see GraphQL API Deprecations and Removals.
Newly Deprecated
The following types have been marked for deprecation:
- The
micrositesand all related query and mutations.- Please use
sellerBySlugto query seller related information - Please use the
collectionsfunctionality to create custom product and variant collections
- Please use
- The
featuresand all related query and mutations.- Please use
customFieldsandattributes
- Please use
Product review functionality has been removed
The following types had been marked for deprecation and have been removed in this version:
- The
productRatingsAndReviewsquery - The
productReviewSubmitmutation
Catalog export Undeprecated
The catalogExport mutation has been undeprecated and will continue to be supported.