@sp-api-sdk/catalog-items-api-2022-04-01
Version:
The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the Catalog Items API Use Case Guide.
46 lines (45 loc) • 2.48 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./brand-refinement"), exports);
__exportStar(require("./classification-refinement"), exports);
__exportStar(require("./dimension"), exports);
__exportStar(require("./dimensions"), exports);
__exportStar(require("./error-list"), exports);
__exportStar(require("./item"), exports);
__exportStar(require("./item-browse-classification"), exports);
__exportStar(require("./item-browse-classifications-by-marketplace"), exports);
__exportStar(require("./item-classification-sales-rank"), exports);
__exportStar(require("./item-contributor"), exports);
__exportStar(require("./item-contributor-role"), exports);
__exportStar(require("./item-dimensions-by-marketplace"), exports);
__exportStar(require("./item-display-group-sales-rank"), exports);
__exportStar(require("./item-identifier"), exports);
__exportStar(require("./item-identifiers-by-marketplace"), exports);
__exportStar(require("./item-image"), exports);
__exportStar(require("./item-images-by-marketplace"), exports);
__exportStar(require("./item-product-type-by-marketplace"), exports);
__exportStar(require("./item-relationship"), exports);
__exportStar(require("./item-relationships-by-marketplace"), exports);
__exportStar(require("./item-sales-ranks-by-marketplace"), exports);
__exportStar(require("./item-search-results"), exports);
__exportStar(require("./item-summary-by-marketplace"), exports);
__exportStar(require("./item-variation-theme"), exports);
__exportStar(require("./item-vendor-details-by-marketplace"), exports);
__exportStar(require("./item-vendor-details-category"), exports);
__exportStar(require("./model-error"), exports);
__exportStar(require("./pagination"), exports);
__exportStar(require("./refinements"), exports);