2024
4 minute read
August
2024-08-21
- Added further definitions to the Glossary and added an Alias column to assist with language consistency between other platforms.
2024-08-16
- Added Seller Integration Playbook. This will assist sellers and channel mangers developing integrations into Marketplacer.
2024-08-08
- Updated Legacy Seller API docs to state new maximum page size of 1100
July
2024-07-25
- Restructured Playbooks from 1 flat structure to the following dedicated sections with a view to enhancing discoverability:
- General Concepts: Introductory, core-concept and overview playbooks suited to all audiences.
- Operator: Playbooks aimed specifically at Operators and System Integrators
- Seller & Channel Manager: Playbooks aimed specifically at Sellers and Channel Managers
2024-07-24
- Added Postman instructions to the Seller Getting Started Guide
2024-07-23
- Restructured Operator Videos section to include a dedicated Integrations sub-section.
- Added How to Manage Webhooks guide to the Operator API How To… section. Covers the creation, updating and querying of webhooks and their associated entitles.
2024-07-22
2024-07-19
- Added How to Manage Sellers guide to the Operator API How To… section. Covers the creation and updating of sellers.
2024-07-18
- Added Retrieving products to be vetted video to the operator video collection
- Added the following queries and mutations to the Operator API collections:
allSellers
: Allows you to return deleted sellerssellersWhere
: Allows you to return sellers using a number of filters
2024-07-17
- Updated
optionTypeCreateOrUpdate
mutation example in the Operator API collection:- Add
appliedTo
- Add
fieldType
- Remove
category
🧨(deprecated)
- Add
- Added Create Taxonomy How to Guide. Details the steps to create: Taxons, Prototypes, Option Types and Option Values.
- Added the following queries and mutations to the Operator API collections:
advertUpsert
: The ability for Operators to now create ProductsadvertsWhere
: The retrieval of Products to be vetted - expands on this examplevariantUpdate
: Update existing variant
2024-07-15
Updated Webhook Event Matrix to include the events for the Advanced Refunds flow.
Added a change log for documentation
June
2024-06-28
Added code example on how to Base64 encode files. This approach can be used anytime files need to be provided to mutations.
Added a new Utility section to Code Examples. This section will contain examples that are not directly related to any API, but are either ubiquitous across all APIs, or are supporting in nature.
2024-06-27
- Added further Shipping Rules and Return Shipment queries and mutations to the API collections
2024-06-26
Updated How to Manage Products to reflect the fact the Operators can now create products.
Added Return Shipment How to Article and updated the main Advanced Refunds Docs.
2024-06-24
Updated the Shipping Rules How to for Operators to include the mutations and queries that can be used to create and manage things like Zones, Rates etc.
Created new Shipping Rules How to for Sellers. This covers how to create and manage Shipping Rules from a Seller perspective.
Added a detailed Advanced Refunds Flow for Sellers.
2024-06-12
- Updated How to Manage Products for both Operators and Sellers to reflect that fact that an
externalId
can now be used withadvertUpsert
as an identifier for updates.
May
2024-05-24
Added instructions on how to convert a JSON formatted GraphQL schema to an SDL formatted based schema definition
Added a new selection of videos for Sellers
2024-05-16
- Updated the Webhook Event Matrix to reflect the fact that update events that used to follow create events will no longer occur.
2024-05-07
2024-05-02
Added Webhook Headers Definitions to Webhooks Overview.
Added commercetools Connect to Operator Code section.
2024-05-01
- Added Code Section to Docs
April
2024-04-22
- Updated Getting Started with Webhooks to update webhook event retention period
2024-04-17
- Added Promotions How To Guide for Operators
2024-04-08
- Updated How to Manage Products for both Operators and Sellers to reflect that mapping values are available for Brand and Taxon.
March
2024-03-26
- Added User Management How To Guide for Sellers.
2024-03-22
2024-03-18
- Updated Webhook Docs to reflect the fact you can now configure retry parameters
2024-03-15
- Updated Webhook Docs to cover the the renaming of the “blank” status to “skipped”
2024-03-13
- Updated API Collections to include Golden Product Queries and Mutations
2024-03-08
- Added PII disclaimer to Custom Field Documentation
2024-03-06
Added Golden Product How To Guide for Operators
Added Contextual History How To Guide for Operators
February
2024-02-22
2024-02-06
- Add API Key Rotation Policy to Playbooks Section