Used API endpoints

Used endpoints

Entity Endpoint Description
image /rest/all/V1/products/{sku}/media Used for creating images.
attribute /rest/{_store}/V1/products/attributes Used for creating and updating product attributes.
attribute /rest/{_store}/V1/products/attribute-sets/attributes Used for linking attributes to attributesets.
attribute /rest/{_store}/V1/products/attributes/{attributeCode} Used for updating attributes.
category /rest/{_store}/V1/categories Used for creating and updating product categories.
category /rest/{_store}/V1/categories/attributes Used for receiving category attributes.
family /rest/{_store}/V1/products/attribute-sets/sets/list Used for receiving attributesets.
family /rest/{_store}/V1/products/attribute-sets Used for adding and updating attributesets.
product /rest/{_store}/V1/products/{sku} Used for receiving product information.
product /rest/{_store}/V1/products Used for receiving products.
product /rest/{_store}/V1/configurable-products/{sku}/children Used for receiving the configurable product child products.
product /rest/{_store}/V1/configurable-products/{sku}/child Used for adding child products.
product association /rest/{_store}/V1/products/{sku}/links Used for adding product associations.
product association /rest/{_store}/V1/products/{sku}/links/{type}/{linkedProductSku} Used for removing product associations.
product association /rest/{_store}/V1/products/{sku}/links/{type} Used for receiving the product associations.
attribute group /rest/{_store}/V1/products/attribute-sets/groups/list Used for receiving the attributeset attribute groups.
attribute group /rest/{_store}/V1/products/attribute-sets/groups Used for adding attributeset attribute groups.
option /rest/{_store}/V1/products/attributes/{attributeCode}/options Used for creating product attribute options.
option /rest/{_store}/V1/products/attribute-sets/sets/list Used for updating product attribute options.
bulk uuid /rest/{_store}/V1/bulk/{bulkUuid}/detailed-status Get status information of a bulk uuid.
website /rest/all/V1/store/websites Get all configured websites.

Used bulk endpoints

Entity Endpoint Description
product /rest/{_store}/async/bulk/V1/products Used for pushing product data in bulk.
configurable products /rest/{_store}/async/bulk/V1/configurable-products/bySku/options Used for assigning configurable product options.

Custom endpoints (if installed)

Entity Endpoint Description
reference entity /rest/all/V1/reference-entities/type Used for creating reference entity types.
reference record /rest/{_store}/V1/reference-entities/entity/{entityType} Used for creating and updating reference entity records.
reference record image /rest/{_store}/V1/reference-entities/entity/{entityType}/{entityId}/{attrCode} Used for creating reference entity record images.
reference entity attribute /rest/all/V1/reference-entities/entity/{entityType}/attributes/{attrCode} Used for receiving reference entity attributes.
reference entity attribute option /rest/all/V1/reference-entities/entity/{entityType}/attributes/{attrCode}/options Used for maintaining reference entity attribute options.