Import API common types
Data types used across different endpoints of the Import API.
KeyReference
The Import API uses KeyReferences of the HTTP API to reference resources in a Project.
CartDiscountKeyReference
References a cart discount by key.
keyString | |
typeIdReferenceType | "cart-discount"References a cart discount. |
CategoryKeyReference
References a category by key.
keyString | |
typeIdReferenceType | "category"References a category. |
ChannelKeyReference
References a channel by key.
keyString | |
typeIdReferenceType | "channel"References a channel. |
CustomerKeyReference
References a customer by key.
keyString | |
typeIdReferenceType | "customer"References a customer. |
CustomerGroupKeyReference
References a customer group by key.
keyString | |
typeIdReferenceType | "customer-group"References a customer group. |
CustomObjectKeyReference
References a key value document by key.
keyString | |
typeIdReferenceType | "key-value-document"References a custom object |
containerString |
ProductKeyReference
References a product by key.
keyString | |
typeIdReferenceType | "product"References a product. |
ProductVariantKeyReference
References a product variant by key.
keyString | |
typeIdReferenceType | "product-variant"References a product variant. |
ProductTypeKeyReference
References a product type by key.
keyString | |
typeIdReferenceType | "product-type"References a product type. |
ShippingMethodKeyReference
References a shipping method by key.
keyString | |
typeIdReferenceType | "shipping-method"References a shipping method. |
StateKeyReference
References a state by key.
keyString | |
typeIdReferenceType | "state"References a state. |
StoreKeyReference
References a store by key.
keyString | |
typeIdReferenceType | "store"References a store. |
TaxCategoryKeyReference
References a tax category by key.
keyString | |
typeIdReferenceType | "tax-category"References a tax-category. |
TypeKeyReference
References a type by key.
keyString | |
typeIdReferenceType | "type"References a type. |