Product Type Definitions API v2020-09-01 reference

Programmatic access to attribute and data requirements for product types in the Amazon catalog.

Overview

The Selling Partner API for Product Type Definitions provides programmatic access to attribute and data requirements for product types in the Amazon catalog. Use this API to return the JSON Schema for a product type that you can then use with other Selling Partner APIs, such as the Selling Partner API for Listings Items, the Selling Partner API for Catalog Items, and the Selling Partner API for Feeds (for JSON-based listing feeds).

For more information, see the Product Type Definitions API Use Case Guide.

Version information

Version : 2020-09-01

Contact information

Contact : Selling Partner API Developer Support
Contact URL : https://sellercentral.amazon.com/gp/mws/contactus.html

License information

License : Apache License 2.0
License URL : http://www.apache.org/licenses/LICENSE-2.0

URI scheme

Host : sellingpartnerapi-na.amazon.com
Schemes : HTTPS

Consumes

  • application/json

Produces

  • application/json

Operations

searchDefinitionsProductTypes
getDefinitionsProductType

Paths

GET /definitions/2020-09-01/productTypes

Operation: searchDefinitionsProductTypes

Description

Search for and return a list of Amazon product types that have definitions available.

Usage Plans:

Plan typeRate (requests per second)Burst
Default510
Selling partner specificVariableVariable

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Parameters

TypeNameDescriptionSchema
Querykeywords
optional
A comma-delimited list of keywords to search product types by.< string > array(csv)
QuerymarketplaceIds
required
A comma-delimited list of Amazon marketplace identifiers for the request.< string > array(csv)

Responses

HTTP CodeDescriptionSchema
200Successfully retrieved a list of Amazon product types that have definitions available.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : Unique request reference identifier.
ProductTypeList
429The frequency of requests was greater than allowed.
Headers :
x-amzn-RequestId (string) : Unique request reference identifier.
ErrorList

For additional error status codes, descriptions and schemas, see Error responses and schemas.

Consumes

  • application/json

Produces

  • application/json

GET /definitions/2020-09-01/productTypes/{productType}

Operation: getDefinitionsProductType

Description

Retrieve an Amazon product type definition.

Usage Plans:

Plan typeRate (requests per second)Burst
Default510
Selling partner specificVariableVariable

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Parameters

TypeNameDescriptionSchemaDefault
PathproductType
required
The Amazon product type name.string-
QuerysellerId
optional
A selling partner identifier. When provided, seller-specific requirements and values are populated within the product type definition schema, such as brand names associated with the selling partner.string-
QuerymarketplaceIds
required
A comma-delimited list of Amazon marketplace identifiers for the request.
Note: This parameter is limited to one marketplaceId at this time.
< string > array(csv)-
QueryproductTypeVersion
optional
The version of the Amazon product type to retrieve. Defaults to "LATEST",. Prerelease versions of product type definitions may be retrieved with "RELEASE_CANDIDATE". If no prerelease version is currently available, the "LATEST" live version will be provided.string"LATEST"
Queryrequirements
optional
The name of the requirements set to retrieve requirements for.enum (Requirements)"LISTING"
QueryrequirementsEnforced
optional
Identifies if the required attributes for a requirements set are enforced by the product type definition schema. Non-enforced requirements enable structural validation of individual attributes without all the required attributes being present (such as for partial updates).enum (RequirementsEnforced)"ENFORCED"
Querylocale
optional
Locale for retrieving display labels and other presentation details. Defaults to the default language of the first marketplace in the request.enum (Locale)"DEFAULT"

Responses

HTTP CodeDescriptionSchema
200Successfully retrieved an Amazon product type definition.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : Unique request reference identifier.
ProductTypeDefinition
429The frequency of requests was greater than allowed.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string) : Unique request reference identifier.
ErrorList

For additional error status codes, descriptions and schemas, see Error responses and schemas.

Consumes

  • application/json

Produces

  • application/json

Error Responses and Schemas

This table contains HTTP status codes and associated information for error responses.

HTTP CodeDescriptionSchema
400Request has missing or invalid parameters and cannot be parsed.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
Headers:
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
404The resource specified does not exist.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
413The request size exceeded the maximum accepted size.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
415The request payload is in an unsupported format.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
500An unexpected condition occurred that prevented the server from fulfilling the request.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
503Temporary overloading or maintenance of the server.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList

Definitions

Error

Error response returned when the request is unsuccessful.

NameDescriptionSchema
code
required
An error code that identifies the type of error that occurred.string
message
required
A message that describes the error condition.string
details
optional
Additional details that can help the caller understand or fix the issue.string

ErrorList

A list of error responses returned when a request is unsuccessful.

NameSchema
errors
required
< Error > array

SchemaLink

NameDescriptionSchema
link
required
Link to retrieve the schema.link
checksum
required
Checksum hash of the schema (Base64 MD5). Can be used to verify schema contents, identify changes between schema versions, and for caching.string


link

NameDescriptionSchema
resource
required
URI resource for the link.string
verb
required
HTTP method for the link operation.enum (Verb)

ProductTypeDefinition

A product type definition represents the attributes and data requirements for a product type in the Amazon catalog. Product type definitions are used interchangeably between the Selling Partner API for Listings Items, Selling Partner API for Catalog Items, and JSON-based listings feeds in the Selling Partner API for Feeds.

NameDescriptionSchema
metaSchema
optional
Link to meta-schema describing the vocabulary used by the product type schema.SchemaLink
schema
required
Link to schema describing the attributes and requirements for the product type.SchemaLink
requirements
required
Name of the requirements set represented in this product type definition.enum (Requirements)
requirementsEnforced
required
Identifies if the required attributes for a requirements set are enforced by the product type definition schema. Non-enforced requirements enable structural validation of individual attributes without all of the required attributes being present (such as for partial updates).enum (RequirementsEnforced)
propertyGroups
required
Mapping of property group names to property groups. Property groups represent logical groupings of schema properties that can be used for display or informational purposes.< string, PropertyGroup > map
locale
required
Locale of the display elements contained in the product type definition.string
marketplaceIds
required
Amazon marketplace identifiers for which the product type definition is applicable.< string > array
productType
required
The name of the Amazon product type that this product type definition applies to.string
productTypeVersion
required
The version details for the Amazon product type.ProductTypeVersion

PropertyGroup

A property group represents a logical grouping of schema properties that can be used for display or informational purposes.

NameDescriptionSchema
title
optional
The display label of the property group.string
description
optional
The description of the property group.string
propertyNames
optional
The names of the schema properties for the property group.< string > array

ProductTypeVersion

The version details for an Amazon product type.

NameDescriptionSchema
version
required
Version identifier.string
latest
required
When true, the version indicated by the version identifier is the latest available for the Amazon product type.boolean
releaseCandidate
optional
When true, the version indicated by the version identifier is the prerelease (release candidate) for the Amazon product type.boolean

ProductType

An Amazon product type with a definition available.

NameDescriptionSchema
name
required
The name of the Amazon product type.string
marketplaceIds
required
The Amazon marketplace identifiers for which the product type definition is available.< string > array

ProductTypeList

A list of Amazon product types with definitions available.

NameSchema
productTypes
required
< ProductType > array

Locale

Locale for retrieving display labels and other presentation details. Defaults to the default language of the first marketplace in the request.

Type : enum

ValueDescription
DEFAULTDefault locale of the requested Amazon marketplace.
arArabic
ar_AEArabic (U.A.E.)
deGerman
de_DEGerman (Germany)
enEnglish
en_AEEnglish (U.A.E.)
en_AUEnglish (Australia)
en_CAEnglish (Canada)
en_GBEnglish (United Kingdom)
en_INEnglish (India)
en_SGEnglish (Singapore)
en_USEnglish (United States)
esSpanish
es_ESSpanish (Spain)
es_MXSpanish (Mexico)
es_USSpanish (United States)
frFrench
fr_CAFrench (Canada)
fr_FRFrench (France)
itItalian
it_ITItalian (Italy)
jaJapanese
ja_JPJapanese (Japan)
nlDutch
nl_NLDutch (Netherlands)
plPolish
pl_PLPolish (Poland)
ptPortuguese
pt_BRPortuguese (Brazil)
pt_PTPortuguese (Portugal)
svSwedish
sv_SESwedish (Sweden)
trTurkish
tr_TRTurkish (Turkey)
zhChinese
zh_CNChinese (Simplified)
zh_TWChinese (Traditional)

Verb

HTTP method for the link operation.

Type : enum

ValueDescription
GETThe provided resource is accessed with the HTTP GET method.

RequirementsEnforced

Type : enum

For use with the definition(s): ProductTypeDefinition
Identifies if the required attributes for a requirements set are enforced by the product type definition schema. Non-enforced requirements enable structural validation of individual attributes without all of the required attributes being present (such as for partial updates).

ValueDescription
ENFORCEDSchema enforces required and conditionally required attributes (used for full payload validation).
NOT_ENFORCEDSchema does not enforce required and conditionally required attributes (used for partial payload validation, such as for single attributes).

For use with the operation(s): getDefinitionsProductType
Identifies if the required attributes for a requirements set are enforced by the product type definition schema. Non-enforced requirements enable structural validation of individual attributes without all the required attributes being present (such as for partial updates).

ValueDescription
ENFORCEDRequest schema with required and conditionally required attributes enforced (used for full payload validation).
NOT_ENFORCEDRequest schema with required and conditionally required attributes not enforced (used for partial payload validation, such as for single attributes).

Requirements

Type : enum

For use with the definition(s): ProductTypeDefinition
Name of the requirements set represented in this product type definition.

ValueDescription
LISTINGIndicates the schema contains product facts and sales terms.
LISTING_PRODUCT_ONLYIndicates the schema data contains product facts only.
LISTING_OFFER_ONLYIndicates the schema data contains sales terms only.

For use with the operation(s): getDefinitionsProductType
The name of the requirements set to retrieve requirements for.

ValueDescription
LISTINGRequest schema containing product facts and sales terms.
LISTING_PRODUCT_ONLYRequest schema containing product facts only.
LISTING_OFFER_ONLYRequest schema containing sales terms only.

Did this page help you?
\n\n\n\n","html_footer_meta":"\n\n\n","html_hidelinks":false,"showVersion":false,"hideTableOfContents":false,"nextStepsLabel":"","promos":[{"extras":{"type":"none","buttonPrimary":"docs","buttonSecondary":"reference"},"title":"Selling Partner API","text":"Welcome to Selling Partner API Documentation. Learn how to get started and build applications with Amazon's REST-based SP-API.\n\nSubscribe to updates via [RSS feed](http://developer-docs.amazon.com/sp-api/changelog.rss).","_id":"60be5a94d92a2500408ce254"}],"stylesheet_hub3":"","loginLogo":[],"logo_large":false,"colorScheme":"light"},"child":{"_id":"615737a581405300f2649fbd","appearance":{"rdmd":{"callouts":{"useIconFont":false},"theme":{"background":"","border":"","markdownEdge":"","markdownFont":"","markdownFontSize":"","markdownLineHeight":null,"markdownRadius":"","markdownText":"","markdownTitle":"","markdownTitleFont":"","mdCodeBackground":"","mdCodeFont":"","mdCodeRadius":"","mdCodeTabs":"","mdCodeText":"","tableEdges":"","tableHead":"","tableHeadText":"","tableRow":"","tableStripe":"","tableText":"","text":"","title":""}},"main_body":{"type":"links"},"colors":{"highlight":"","main":"#526b77","main_alt":"#526b77","header_text":"","body_highlight":"#4BA6B4","custom_login_link_color":""},"typography":{"headline":"Open+Sans:400:sans-serif","body":"Open+Sans:400:sans-serif","typekit":false,"tk_key":"","tk_headline":"","tk_body":""},"header":{"style":"solid","img":[],"img_size":"auto","img_pos":"tl"},"body":{"style":"none"},"global_landing_page":{"html":"","redirect":""},"referenceSimpleMode":true,"referenceLayout":"row","link_logo_to_url":true,"theme":"line","overlay":"blueprint","landing":true,"sticky":false,"hide_logo":false,"childrenAsPills":false,"subheaderStyle":"links","splitReferenceDocs":false,"showMetricsInReference":false,"logo":["https://files.readme.io/175d6a6-small-sp-api-logo.png","sp-api-logo.png",666,80,"#232f3e","https://files.readme.io/362575a-sp-api-logo.png"],"logo_white":["https://files.readme.io/7784288-small-sp-api-logo_dark.png","sp-api-logo_dark.png",666,80,"#000000","https://files.readme.io/0161e87-sp-api-logo_dark.png"],"logo_white_use":false,"favicon":[],"stylesheet":"","stylesheet_hub2":"[data-color-mode=\"light\"] .markdown-body a {\n\tcolor: #057384 !important;\n}\n\n[data-color-mode=\"light\"] .rm-Header-top > .rm-Container {\n\tbackground-color: #b6d0d3; /* PROBLEM */\n}\n\nsummary {\n\ttext-decoration: underline;\n}\n\n[data-color-mode=\"light\"] details {\n background: #f8f8f8;\n padding: 1rem;\n}\n\ntd {\n vertical-align: top !important;\n}\n\n/* custom callout colors */\n\n.callout code {\n display: inline-block; /* fix issue with background not wrapping to next line */\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_info {\n\tcolor: #1b5b86;\n --title: #1b5b86;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_error {\n\tcolor: #7b0a0a;\n --title: #7b0a0a;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_okay {\n\tcolor: #116411;\n --title: #116411;\n --emoji: unset;\n --icon: \"\\f14a\";\n --icon-font-family: FontAwesome;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_warn {\n\tcolor: #80581d;\n --title: #80581d;\n}\n\n/* code in callouts */\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_error code {\n\tcolor: #7b0a0a !important;\n background: #ecd2d2;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_okay code {\n\tcolor: #116411 !important;\n background: #d5eed5;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_warn code {\n\tcolor: #80581d !important;\n background: #eadecd;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_info code {\n color: #1b5b86 !important;\n background: #c4d8e6;\n}\n\n/* DARK MODE */\n\n[data-color-mode=\"dark\"] body {\n --color-bg-page: #161E2D;\n --color-bg-page-rgb: #161E2D;\n}\n\n[data-color-mode=\"dark\"] thead {\n --table-head: #232F3E;\n}\n\n[data-color-mode=\"dark\"] pre {\n --md-code-background: #232F3E;\n}\n\n[data-color-mode=\"dark\"] .markdown-body table:not(.plain) tr:nth-child(2n) {\n background: #232F3E;\n}\n\n[data-color-mode=\"dark\"] .markdown-body a {\n\tcolor: #92d6ff !important;\n}\n\n[data-color-mode=\"dark\"] details {\n background: #232F3E;\n padding: 1rem;\n}\n\n[data-color-mode=\"dark\"] .markdown-body .callout.callout_error {\n --title: #e84747;\n}\n\n[data-color-mode=\"dark\"] .markdown-body .callout.callout_okay {\n --emoji: unset;\n --icon: \"\\f14a\";\n --icon-font-family: FontAwesome;\n}\n\n[data-color-mode=\"dark\"] .rm-Header-top > .rm-Container {\n\tbackground-color: #232F3E;\n}\n\n[data-color-mode=\"dark\"] .markdown-body code {\n background-color: #3F4A59;\n}\n\n[data-color-mode=dark] .ThemeContext_dark .reference-redesign .rm-Sidebar {\n --Sidebar-link-background: #3F4A59 !important;\n}\n\n[data-color-mode=dark] .ThemeContext_dark .reference-redesign .rm-Sidebar a:hover {\n\tbackground-color: #232F3E !important;\n}\n\n/* table fix for code */\n.markdown-body table code {\n word-break: break-all !important;\n}","javascript":"","javascript_hub2":"","html_promo":"

Heading 1

","html_body":"","html_footer":"","html_head":"","html_footer_meta":"","html_hidelinks":false,"showVersion":false,"hideTableOfContents":false,"nextStepsLabel":"","promos":[{"extras":{"type":"none","buttonPrimary":"docs","buttonSecondary":"reference"},"title":"Selling Partner API","text":"Welcome to Selling Partner API Documentation. Learn how to get started and build applications with Amazon's REST-based SP-API.\n\nSubscribe to updates via [RSS feed](http://developer-docs.amazon.com/sp-api/changelog.rss).","_id":"60be5a94d92a2500408ce254"}],"stylesheet_hub3":"","loginLogo":[],"logo_large":false,"colorScheme":"light"},"custom_domain":"","childrenProjects":[],"description":"","error404":"","experiments":[],"first_page":"landing","flags":{"allow_hub2":false,"enterprise":true,"alwaysShowDocPublishStatus":false,"hub2":true,"migrationRun":false,"migrationSwaggerRun":false,"oauth":false,"swagger":false,"correctnewlines":false,"rdmdCompatibilityMode":false,"speedyRender":false,"allowXFrame":false,"newEditor":true,"oldMarkdown":false,"newMarkdownBetaProgram":true,"useReactApp":true,"disableAnonForum":false,"directGoogleToStableVersion":false,"translation":true,"staging":false,"newSearch":true,"graphql":false,"allowApiExplorerJsonEditor":false,"singleProjectEnterprise":false,"dashReact":false,"metricsV2":true,"newEditorDash":true,"enableRealtimeExperiences":false,"reviewWorkflow":true,"star":false,"allowDarkMode":false,"forceDarkMode":false,"useReactGLP":false,"disablePasswordlessLogin":false,"personalizedDocs":false,"myDevelopers":false,"superHub":false,"developerDashboard":false,"allowReusableOTPs":false,"dashHomeRefresh":false,"owlbotAi":false,"apiV2":false,"git":{"read":false,"write":false},"superHubBeta":false,"dashQuickstart":false,"disableAutoTranslate":false,"customBlocks":false,"devDashHub":false,"disableSAMLScoping":false},"fullBaseUrl":"https://sp-api.readme.io/","glossaryTerms":[{"_id":"60be5a94d92a2500408ce253","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"graphqlSchema":"","hasOneChild":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"internal":"","landing_bottom":[{"type":"docs","alignment":"left","pageType":"Documentation"}],"metrics":{"monthlyLimit":0,"thumbsEnabled":true,"planLimit":1000000,"realtime":{"dashEnabled":false,"hubEnabled":false}},"modules":{"landing":true,"docs":true,"examples":true,"reference":false,"changelog":true,"discuss":false,"suggested_edits":false,"logs":false,"custompages":true,"tutorials":true,"graphql":false},"name":"Selling Partner API","nav_names":{"docs":"Documentation","reference":"","changelog":"Announcements","discuss":"Community","tutorials":"","recipes":"Code Samples"},"oauth_url":"","onboardingCompleted":{"documentation":true,"appearance":false,"jwt":false,"api":true,"logs":false,"domain":false,"metricsSDK":false},"owlbot":{"enabled":false,"isPaying":false},"owner":"61201d6773c1c90060e3ab58","plan":"enterprise","planOverride":"enterprise","planTrial":"enterprise","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":false,"points":50},"tryItNow":{"enabled":true,"points":35},"syncingOAS":{"enabled":false,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":true,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":false,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":true,"points":5},"glossary":{"enabled":false,"points":1},"variables":{"enabled":false,"points":1},"integrations":{"enabled":false,"points":2}},"totalScore":91},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":true},"stable":{"_id":"64da85507e9e01003fb6c349","version":"2.0","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64da85507e9e01003fb6c1a9","64da85507e9e01003fb6c1a9","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","64da85507e9e01003fb6c1aa","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","64da85507e9e01003fb6c1ab","64da85507e9e01003fb6c1ac","64da85507e9e01003fb6c1ad","64da85507e9e01003fb6c1ae","64da85507e9e01003fb6c1af","64da85507e9e01003fb6c1b0","64da85507e9e01003fb6c1b1","64da85507e9e01003fb6c1b2","64da85507e9e01003fb6c1b3","64da85507e9e01003fb6c1b4","64da85507e9e01003fb6c1b5","64da85507e9e01003fb6c1b6","64da85507e9e01003fb6c1b7","64da85507e9e01003fb6c1b8","64da85507e9e01003fb6c1b9","64da85507e9e01003fb6c1ba","64da85507e9e01003fb6c1bb","64da85507e9e01003fb6c1bc","64da85507e9e01003fb6c1bd","64da85507e9e01003fb6c1be","64da85507e9e01003fb6c1bf","64da85507e9e01003fb6c1c0","64da85507e9e01003fb6c1c1","64da85507e9e01003fb6c1c2","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","64da85507e9e01003fb6c1c3","64da85507e9e01003fb6c1c4","64da85507e9e01003fb6c1c5","64da85507e9e01003fb6c1c6","64da85507e9e01003fb6c1c7","64da85507e9e01003fb6c1c8","63d9a0557f835300035f0e18","64da85507e9e01003fb6c1c9","64da85507e9e01003fb6c1ca","64da85507e9e01003fb6c1cb","64da85517e9e01003fb6c755","64da85d3b6f7ad0eb8de89fb","64da8742a32eae04aa6e7f1f","64da8782856bf20eb5080c3e","64da87a2dc0b1a083f1fc600","64da87c681561b106a21c20f"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2023-08-14T19:49:36.227Z","__v":0,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:01.112Z","forked_from":"615737a581405300f2649e45"},"subdomain":"sp-api","subpath":"","topnav":{"left":[],"right":[{"type":"url","text":"Developer Hub","url":"https://developer.amazonservices.com"},{"type":"url","text":"API Status","url":"https://sellercentral.amazon.com/sp-api-status"},{"type":"url","text":"Support","url":"https://developer.amazonservices.com/support"}],"bottom":[{"type":"custompage","text":"Migration Hub","url":"https://developer-docs.amazon.com/sp-api/page/migration-hub","page":"migration-hub"},{"type":"url","text":"Models","page":"sp-api-models","url":"https://developer-docs.amazon.com/sp-api/docs/sp-api-models"},{"type":"url","text":"Release Notes","page":"release-notes","url":"https://developer-docs.amazon.com/sp-api/docs/sp-api-release-notes"},{"type":"custompage","text":"FAQs","page":"faqs"},{"type":"url","text":"Blog","url":"https://developer-docs.amazon.com/sp-api-blog/docs"},{"type":"url","text":"Videos","url":"https://www.youtube.com/@amazon-sp-api"}],"edited":true},"translate":{"provider":"transifex","show_widget":false,"key_public":"9251cba762e8402cae3a821b20521b05","key_secret":"1/e27bc2fd49b7f61227212b0d3ab76f9fc0d91bdd","org_name":"amazon-6","project_name":"sp-api-docs","languages":[{"name":"Japanese (Japan)","code":"ja_JP","_id":"64a762acc320a3000c03c0a3"},{"name":"Chinese (China)","code":"zh_CN","_id":"64a762acc320a3000c03c0a2"}]},"url":"","versions":[{"_id":"615737a581405300f2649e45","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":true,"categories":["615737a581405300f2649e46","615737a581405300f2649e46","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","615737a581405300f2649e60","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","615737a581405300f2649e6d","615737a581405300f2649e6e","615737a581405300f2649e6f","615737a581405300f2649e70","615737a581405300f2649e71","615737a581405300f2649e72","615737a581405300f2649e73","615737a581405300f2649e74","615737a581405300f2649e75","615737a581405300f2649e76","615737a581405300f2649e77","615737a581405300f2649e78","615737a581405300f2649e79","615737a581405300f2649e7a","615737a581405300f2649e7b","615737a581405300f2649e7c","615737a581405300f2649e7d","615737a581405300f2649e7e","615737a581405300f2649e7f","615737a581405300f2649e80","615737a581405300f2649e81","615737a581405300f2649e82","615737a581405300f2649e83","6189c2c7a2282105a5408196","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","61b6bf19ac3198007a7f86fb","61c24f1649607d003be5c102","621516e22f10f400a91b00a6","62570585c010a900a9de278d","62ed385aee9f330719ee5b36","63c709cb115d1e009e46be25","63d9a0557f835300035f0e18","648900dbbddeaa0050145e98","649094c47b93e2000beb6b89","64cbe56a8e466700185432c6"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2021-06-07T17:42:44.474Z","__v":1,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:05.594Z"},{"_id":"61c0d3f42ec509002a4bb842","version":"99","version_clean":"99.0.0","codename":"Preview","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["61c0d3f42ec509002a4bb79f","61c0d3f42ec509002a4bb79f","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","61c0d3f42ec509002a4bb7a0","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","61c0d3f42ec509002a4bb7a1","61c0d3f42ec509002a4bb7a2","61c0d3f42ec509002a4bb7a3","61c0d3f42ec509002a4bb7a4","61c0d3f42ec509002a4bb7a5","61c0d3f42ec509002a4bb7a6","61c0d3f42ec509002a4bb7a7","61c0d3f42ec509002a4bb7a8","61c0d3f42ec509002a4bb7a9","61c0d3f42ec509002a4bb7aa","61c0d3f42ec509002a4bb7ab","61c0d3f42ec509002a4bb7ac","61c0d3f42ec509002a4bb7ad","61c0d3f42ec509002a4bb7ae","61c0d3f42ec509002a4bb7af","61c0d3f42ec509002a4bb7b0","61c0d3f42ec509002a4bb7b1","61c0d3f42ec509002a4bb7b2","61c0d3f42ec509002a4bb7b3","61c0d3f42ec509002a4bb7b4","61c0d3f42ec509002a4bb7b5","61c0d3f42ec509002a4bb7b6","61c0d3f42ec509002a4bb7b7","61c0d3f42ec509002a4bb7b8","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","61c0d3f42ec509002a4bb7b9","63d9a0557f835300035f0e1a"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2021-06-07T17:42:44.474Z","__v":0,"forked_from":"615737a581405300f2649e45"},{"_id":"64da85507e9e01003fb6c349","version":"2.0","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64da85507e9e01003fb6c1a9","64da85507e9e01003fb6c1a9","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","64da85507e9e01003fb6c1aa","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","64da85507e9e01003fb6c1ab","64da85507e9e01003fb6c1ac","64da85507e9e01003fb6c1ad","64da85507e9e01003fb6c1ae","64da85507e9e01003fb6c1af","64da85507e9e01003fb6c1b0","64da85507e9e01003fb6c1b1","64da85507e9e01003fb6c1b2","64da85507e9e01003fb6c1b3","64da85507e9e01003fb6c1b4","64da85507e9e01003fb6c1b5","64da85507e9e01003fb6c1b6","64da85507e9e01003fb6c1b7","64da85507e9e01003fb6c1b8","64da85507e9e01003fb6c1b9","64da85507e9e01003fb6c1ba","64da85507e9e01003fb6c1bb","64da85507e9e01003fb6c1bc","64da85507e9e01003fb6c1bd","64da85507e9e01003fb6c1be","64da85507e9e01003fb6c1bf","64da85507e9e01003fb6c1c0","64da85507e9e01003fb6c1c1","64da85507e9e01003fb6c1c2","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","64da85507e9e01003fb6c1c3","64da85507e9e01003fb6c1c4","64da85507e9e01003fb6c1c5","64da85507e9e01003fb6c1c6","64da85507e9e01003fb6c1c7","64da85507e9e01003fb6c1c8","63d9a0557f835300035f0e18","64da85507e9e01003fb6c1c9","64da85507e9e01003fb6c1ca","64da85507e9e01003fb6c1cb","64da85517e9e01003fb6c755","64da85d3b6f7ad0eb8de89fb","64da8742a32eae04aa6e7f1f","64da8782856bf20eb5080c3e","64da87a2dc0b1a083f1fc600","64da87c681561b106a21c20f"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2023-08-14T19:49:36.227Z","__v":0,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:01.112Z","forked_from":"615737a581405300f2649e45"}],"variableDefaults":[],"webhookEnabled":false},"custom_domain":"developer-docs.amazon.com","childrenProjects":[],"description":"Amazon API Services for Selling Partners and Shippers.","error404":"","experiments":[],"first_page":"landing","flags":{"allow_hub2":false,"enterprise":true,"alwaysShowDocPublishStatus":false,"hub2":true,"migrationRun":false,"migrationSwaggerRun":false,"oauth":false,"swagger":false,"correctnewlines":false,"rdmdCompatibilityMode":false,"speedyRender":false,"allowXFrame":false,"newEditor":true,"oldMarkdown":false,"newMarkdownBetaProgram":true,"useReactApp":true,"disableAnonForum":false,"directGoogleToStableVersion":false,"translation":true,"staging":false,"newSearch":true,"graphql":false,"allowApiExplorerJsonEditor":false,"singleProjectEnterprise":false,"dashReact":true,"allowReferenceUpgrade":true,"metricsV2":true,"newEditorDash":true,"enableRealtimeExperiences":false,"reviewWorkflow":true,"star":false,"allowDarkMode":false,"forceDarkMode":false,"useReactGLP":true,"disablePasswordlessLogin":false,"personalizedDocs":false,"myDevelopers":false,"superHub":false,"allowReusableOTPs":false,"developerDashboard":false,"owlbotAi":false,"apiV2":false,"git":{"read":false,"write":false},"dashQuickstart":false,"superHubBeta":false,"disableAutoTranslate":false,"customBlocks":false,"devDashHub":false,"disableSAMLScoping":false,"dashHomeRefresh":false},"fullBaseUrl":"https://developer-docs.amazon.com/sp-api","glossaryTerms":[{"_id":"60be5a94d92a2500408ce253","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"graphqlSchema":"","hasOneChild":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"internal":"","landing_bottom":[{"type":"docs","alignment":"left","pageType":"Documentation"}],"metrics":{"monthlyLimit":0,"thumbsEnabled":true,"planLimit":1000000,"realtime":{"dashEnabled":false,"hubEnabled":false}},"modules":{"landing":true,"docs":true,"examples":true,"reference":false,"changelog":true,"discuss":false,"suggested_edits":false,"logs":false,"custompages":true,"tutorials":true,"graphql":false},"name":"Selling Partner API","nav_names":{"docs":"Documentation","reference":"","changelog":"Announcements","discuss":"Community","tutorials":"Code Samples","recipes":"Code Samples"},"oauth_url":"","onboardingCompleted":{"documentation":true,"appearance":false,"jwt":false,"api":true,"logs":false,"domain":false,"metricsSDK":false},"owlbot":{"enabled":false,"isPaying":false},"owner":"61201d6773c1c90060e3ab58","plan":"enterprise","planOverride":"business","planTrial":"enterprise","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":false,"points":50},"tryItNow":{"enabled":true,"points":35},"syncingOAS":{"enabled":false,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":true,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":false,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":true,"points":5},"glossary":{"enabled":false,"points":1},"variables":{"enabled":false,"points":1},"integrations":{"enabled":false,"points":2}},"totalScore":91},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":true},"siblings":[{"_id":"615737a581405300f2649fbd","modules":{"landing":true,"docs":true,"examples":true,"reference":false,"changelog":true,"discuss":false,"suggested_edits":false,"logs":false,"custompages":true,"tutorials":true,"graphql":false},"nav_names":{"docs":"Documentation","reference":"","changelog":"Announcements","discuss":"Community","tutorials":"","recipes":"Code Samples"},"name":"Selling Partner API","subpath":"","subdomain":"sp-api","description":"","is_active":true,"internal":"","owner":"61201d6773c1c90060e3ab58","stable":"64da85507e9e01003fb6c349"},{"_id":"6170576839adb8001a786c92","modules":{"landing":true,"docs":true,"examples":true,"reference":false,"changelog":true,"discuss":false,"suggested_edits":true,"logs":false,"custompages":true,"tutorials":false,"graphql":false},"nav_names":{"docs":"","reference":"","changelog":"Announcements","discuss":"Community","tutorials":"","recipes":""},"name":"Amazon Shipping","subpath":"","subdomain":"amazon-shipping","description":"","is_active":true,"internal":"","owner":"61201d6773c1c90060e3ab58","stable":"6170576a39adb8001a786c97"},{"_id":"6170573aea99140078218146","modules":{"landing":true,"docs":true,"examples":true,"reference":false,"changelog":true,"discuss":false,"suggested_edits":false,"logs":false,"custompages":true,"tutorials":false,"graphql":false},"nav_names":{"docs":"","reference":"","changelog":"Announcements","discuss":"Community","tutorials":"","recipes":""},"name":"Amazon Business","subpath":"","subdomain":"amazon-business","description":"","is_active":true,"internal":"","owner":"61201d6773c1c90060e3ab58","stable":"6170573cea9914007821814b"},{"_id":"6201754af59a52005461223d","modules":{"landing":true,"docs":true,"examples":true,"reference":false,"graphql":false,"changelog":true,"discuss":true,"suggested_edits":false,"logs":false,"custompages":false,"tutorials":false},"nav_names":{"docs":"","reference":"","changelog":"","discuss":"","tutorials":"","recipes":""},"name":"sp-api-preview","subpath":"","subdomain":"sp-api-preview","description":"","is_active":true,"internal":"admin","owner":"61201d6773c1c90060e3ab58","stable":"6201754cf59a520054612242"},{"_id":"622a41a91e67c000615396cf","modules":{"landing":false,"docs":true,"examples":true,"reference":false,"graphql":false,"changelog":false,"discuss":false,"suggested_edits":false,"logs":false,"custompages":false,"tutorials":false},"nav_names":{"docs":"Selling Partner API Blog","reference":"","changelog":"Blog","discuss":"","tutorials":"","recipes":""},"name":"Selling Partner API Blog","subpath":"","subdomain":"sp-api-blog","description":"Guidance from Selling Partner API experts for Selling Partner API applications.","is_active":true,"internal":"","owner":"61201d6773c1c90060e3ab58","stable":"622a41aa1e67c000615396d4"},{"_id":"60a5739081dd45000ff72318","modules":{"landing":true,"docs":true,"examples":true,"reference":true,"changelog":true,"discuss":false,"suggested_edits":true,"logs":false,"custompages":true,"tutorials":false,"graphql":false},"nav_names":{"docs":"","reference":"","changelog":"Announcements","discuss":"","tutorials":"","recipes":""},"name":"Amazon SP API Docs Sandbox","subpath":"","subdomain":"sp-api-sandbox","description":"","is_active":true,"internal":"admin","owner":"61201d6773c1c90060e3ab58","stable":"64cc146e7d8e6f00612d0ab3"}],"stable":{"_id":"64da85507e9e01003fb6c349","version":"2.0","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64da85507e9e01003fb6c1a9","64da85507e9e01003fb6c1a9","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","64da85507e9e01003fb6c1aa","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","64da85507e9e01003fb6c1ab","64da85507e9e01003fb6c1ac","64da85507e9e01003fb6c1ad","64da85507e9e01003fb6c1ae","64da85507e9e01003fb6c1af","64da85507e9e01003fb6c1b0","64da85507e9e01003fb6c1b1","64da85507e9e01003fb6c1b2","64da85507e9e01003fb6c1b3","64da85507e9e01003fb6c1b4","64da85507e9e01003fb6c1b5","64da85507e9e01003fb6c1b6","64da85507e9e01003fb6c1b7","64da85507e9e01003fb6c1b8","64da85507e9e01003fb6c1b9","64da85507e9e01003fb6c1ba","64da85507e9e01003fb6c1bb","64da85507e9e01003fb6c1bc","64da85507e9e01003fb6c1bd","64da85507e9e01003fb6c1be","64da85507e9e01003fb6c1bf","64da85507e9e01003fb6c1c0","64da85507e9e01003fb6c1c1","64da85507e9e01003fb6c1c2","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","64da85507e9e01003fb6c1c3","64da85507e9e01003fb6c1c4","64da85507e9e01003fb6c1c5","64da85507e9e01003fb6c1c6","64da85507e9e01003fb6c1c7","64da85507e9e01003fb6c1c8","63d9a0557f835300035f0e18","64da85507e9e01003fb6c1c9","64da85507e9e01003fb6c1ca","64da85507e9e01003fb6c1cb","64da85517e9e01003fb6c755","64da85d3b6f7ad0eb8de89fb","64da8742a32eae04aa6e7f1f","64da8782856bf20eb5080c3e","64da87a2dc0b1a083f1fc600","64da87c681561b106a21c20f"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2023-08-14T19:49:36.227Z","__v":0,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:01.112Z","forked_from":"615737a581405300f2649e45"},"subdomain":"sp-api","subpath":"","topnav":{"left":[],"right":[{"type":"url","text":"Developer Hub","url":"https://developer.amazonservices.com"},{"type":"url","text":"API Status","url":"https://sellercentral.amazon.com/sp-api-status"},{"type":"url","text":"Support","url":"https://developer.amazonservices.com/support"}],"bottom":[{"type":"custompage","text":"Migration Hub","url":"https://developer-docs.amazon.com/sp-api/page/migration-hub","page":"migration-hub"},{"type":"url","text":"Models","page":"sp-api-models","url":"https://developer-docs.amazon.com/sp-api/docs/sp-api-models"},{"type":"url","text":"Release Notes","page":"release-notes","url":"https://developer-docs.amazon.com/sp-api/docs/sp-api-release-notes"},{"type":"custompage","text":"FAQs","page":"faqs"},{"type":"url","text":"Blog","url":"https://developer-docs.amazon.com/sp-api-blog/docs"},{"type":"url","text":"Videos","url":"https://www.youtube.com/@amazon-sp-api"}],"edited":true},"translate":{"provider":"transifex","show_widget":false,"key_public":"9251cba762e8402cae3a821b20521b05","key_secret":"1/e27bc2fd49b7f61227212b0d3ab76f9fc0d91bdd","org_name":"amazon-6","project_name":"sp-api-docs","languages":[{"name":"Japanese (Japan)","code":"ja_JP","_id":"64a762acc320a3000c03c0a3"},{"name":"Chinese (China)","code":"zh_CN","_id":"64a762acc320a3000c03c0a2"}]},"url":"","versions":[{"_id":"615737a581405300f2649e45","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":true,"categories":["615737a581405300f2649e46","615737a581405300f2649e46","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","615737a581405300f2649e60","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","615737a581405300f2649e6d","615737a581405300f2649e6e","615737a581405300f2649e6f","615737a581405300f2649e70","615737a581405300f2649e71","615737a581405300f2649e72","615737a581405300f2649e73","615737a581405300f2649e74","615737a581405300f2649e75","615737a581405300f2649e76","615737a581405300f2649e77","615737a581405300f2649e78","615737a581405300f2649e79","615737a581405300f2649e7a","615737a581405300f2649e7b","615737a581405300f2649e7c","615737a581405300f2649e7d","615737a581405300f2649e7e","615737a581405300f2649e7f","615737a581405300f2649e80","615737a581405300f2649e81","615737a581405300f2649e82","615737a581405300f2649e83","6189c2c7a2282105a5408196","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","61b6bf19ac3198007a7f86fb","61c24f1649607d003be5c102","621516e22f10f400a91b00a6","62570585c010a900a9de278d","62ed385aee9f330719ee5b36","63c709cb115d1e009e46be25","63d9a0557f835300035f0e18","648900dbbddeaa0050145e98","649094c47b93e2000beb6b89","64cbe56a8e466700185432c6"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2021-06-07T17:42:44.474Z","__v":1,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:05.594Z"},{"_id":"64da85507e9e01003fb6c349","version":"2.0","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64da85507e9e01003fb6c1a9","64da85507e9e01003fb6c1a9","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","64da85507e9e01003fb6c1aa","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","64da85507e9e01003fb6c1ab","64da85507e9e01003fb6c1ac","64da85507e9e01003fb6c1ad","64da85507e9e01003fb6c1ae","64da85507e9e01003fb6c1af","64da85507e9e01003fb6c1b0","64da85507e9e01003fb6c1b1","64da85507e9e01003fb6c1b2","64da85507e9e01003fb6c1b3","64da85507e9e01003fb6c1b4","64da85507e9e01003fb6c1b5","64da85507e9e01003fb6c1b6","64da85507e9e01003fb6c1b7","64da85507e9e01003fb6c1b8","64da85507e9e01003fb6c1b9","64da85507e9e01003fb6c1ba","64da85507e9e01003fb6c1bb","64da85507e9e01003fb6c1bc","64da85507e9e01003fb6c1bd","64da85507e9e01003fb6c1be","64da85507e9e01003fb6c1bf","64da85507e9e01003fb6c1c0","64da85507e9e01003fb6c1c1","64da85507e9e01003fb6c1c2","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","64da85507e9e01003fb6c1c3","64da85507e9e01003fb6c1c4","64da85507e9e01003fb6c1c5","64da85507e9e01003fb6c1c6","64da85507e9e01003fb6c1c7","64da85507e9e01003fb6c1c8","63d9a0557f835300035f0e18","64da85507e9e01003fb6c1c9","64da85507e9e01003fb6c1ca","64da85507e9e01003fb6c1cb","64da85517e9e01003fb6c755","64da85d3b6f7ad0eb8de89fb","64da8742a32eae04aa6e7f1f","64da8782856bf20eb5080c3e","64da87a2dc0b1a083f1fc600","64da87c681561b106a21c20f"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2023-08-14T19:49:36.227Z","__v":0,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:01.112Z","forked_from":"615737a581405300f2649e45"},{"_id":"61c0d3f42ec509002a4bb842","version":"99","version_clean":"99.0.0","codename":"Preview","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["61c0d3f42ec509002a4bb79f","61c0d3f42ec509002a4bb79f","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","61c0d3f42ec509002a4bb7a0","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","61c0d3f42ec509002a4bb7a1","61c0d3f42ec509002a4bb7a2","61c0d3f42ec509002a4bb7a3","61c0d3f42ec509002a4bb7a4","61c0d3f42ec509002a4bb7a5","61c0d3f42ec509002a4bb7a6","61c0d3f42ec509002a4bb7a7","61c0d3f42ec509002a4bb7a8","61c0d3f42ec509002a4bb7a9","61c0d3f42ec509002a4bb7aa","61c0d3f42ec509002a4bb7ab","61c0d3f42ec509002a4bb7ac","61c0d3f42ec509002a4bb7ad","61c0d3f42ec509002a4bb7ae","61c0d3f42ec509002a4bb7af","61c0d3f42ec509002a4bb7b0","61c0d3f42ec509002a4bb7b1","61c0d3f42ec509002a4bb7b2","61c0d3f42ec509002a4bb7b3","61c0d3f42ec509002a4bb7b4","61c0d3f42ec509002a4bb7b5","61c0d3f42ec509002a4bb7b6","61c0d3f42ec509002a4bb7b7","61c0d3f42ec509002a4bb7b8","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","61c0d3f42ec509002a4bb7b9","63d9a0557f835300035f0e1a"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2021-06-07T17:42:44.474Z","__v":0,"forked_from":"615737a581405300f2649e45"}],"variableDefaults":[],"webhookEnabled":false,"parent":{"_id":"60be5ac3c69f56002a46037b","appearance":{"rdmd":{"callouts":{"useIconFont":false},"theme":{"background":"","border":"","markdownEdge":"","markdownFont":"","markdownFontSize":"","markdownLineHeight":"","markdownRadius":"","markdownText":"","markdownTitle":"","markdownTitleFont":"","mdCodeBackground":"","mdCodeFont":"","mdCodeRadius":"","mdCodeTabs":"","mdCodeText":"","tableEdges":"","tableHead":"","tableHeadText":"","tableRow":"","tableStripe":"","tableText":"","text":"","title":""}},"main_body":{"type":"links"},"colors":{"highlight":"","main":"","main_alt":"","header_text":"","body_highlight":"","custom_login_link_color":""},"typography":{"headline":"Open+Sans:400:sans-serif","body":"Open+Sans:400:sans-serif","typekit":false,"tk_key":"","tk_headline":"","tk_body":""},"header":{"style":"solid","img":[],"img_size":"auto","img_pos":"tl"},"body":{"style":"none"},"global_landing_page":{"html":"\n\n
\n
\n \t\t

Amazon Services API

\n \t\t\n
\n
\n
\n
\n
\n

Developer Products

\n
\n
\n
\n
\n

Selling Partner API Documentation

\n
\n
\n
\n

Learn how to get started and build applications with Amazon's REST-based SP-API.

\n

Learn more

\n
\n
\n
\n \n
\n
\n

Selling Partner API Blog

\n
\n
\n
\n

Articles from Amazon Solutions Architects and API experts covering a range of topics including customer stories, migration, best practices, tips and tricks, and much more.

\n

Learn more

\n
\n
\n
\n \n
\n
\n

SP-API Developer Newsletter

\n
\n
\n
\n

News for third-party developers of public applications. Read about efforts to improve functionality and to drive discoverability for apps that help sellers and developers grow on Amazon.

\n

Learn more

\n
\n
\n
\n
","redirect":""},"referenceLayout":"row","link_logo_to_url":false,"theme":"line","overlay":"triangles","landing":true,"sticky":false,"hide_logo":false,"childrenAsPills":false,"subheaderStyle":"links","splitReferenceDocs":false,"logo":["https://files.readme.io/d4a921e-small-sp-api-logo.png","sp-api-logo.png",666,80,"#232f3e","https://files.readme.io/49ff6d8-sp-api-logo.png"],"logo_white":["https://files.readme.io/bbd25fe-small-sp-api-logo_dark.png","sp-api-logo_dark.png",666,80,"#000000","https://files.readme.io/13023d9-sp-api-logo_dark.png"],"logo_white_use":false,"favicon":[],"stylesheet":"","stylesheet_hub2":"[data-color-mode=\"light\"] a {\n color: #4BA6B4;\n}\n\n[data-color-mode=\"dark\"] a {\n color: #92d6ff;\n}\n\n[data-color-mode=\"light\"] #enterprise h1, #enterprise h2, #enterprise h3 {\n color: #526b77;\n}\n\n[data-color-mode=\"dark\"] #enterprise h1,\n[data-color-mode=\"dark\"] #enterprise h2,\n[data-color-mode=\"dark\"] #enterprise h3 {\n color: white;\n}\n\n[data-color-mode=\"dark\"] body{\n --color-bg-page: #161E2D;\n --Header-border-color: black;\n}\n\n#enterprise h1 {\n font-size: 2em;\n font-weight: 600;\n}\n\n#enterprise h2 {\n font-size: 1.5em;\n font-weight: 600;\n}\n\n#enterprise h3 {\n font-weight: 600;\n}\n\n#header-description {\n font-size: 1em;\n line-height: 1.4;\n}\n\n[data-color-mode=\"light\"] #header-top {\n\tbackground-color: #b6d0d3 !important;\n}\n\n[data-color-mode=\"dark\"] #header-top {\n\tbackground-color: #161E2D !important;\n}\n\n#hub-search {\n\tposition: absolute;\n}\n\n.searchDiv {\n margin-left:5px;\n}\n\n#sub-header-container {\n\tmargin-left: auto;\n\tmargin-right: auto;\n\tmax-width: 750px;\n\tpadding: 80px 20px;\n}\n\n#hub-subheader-parent {\n\tdisplay:none;\n}\n[data-color-mode=\"light\"] #header-top #header-nav-right li a{\n color: #384248 !important;\n}\n\n[data-color-mode=\"dark\"] #header-top #header-nav-right li a{\n color: white !important;\n}\n\nheader#hub-header #header-top #header-logo {\n width: 120px;\n position:fixed;\n left:50px;\n top:15px;\n}\n\n.main-card {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n grid-auto-rows: auto;\n grid-gap: 1rem;\n margin-left:10%;\n margin-right:5%;\n}\n\n#bodyText {\n\tline-height: 0.6;\n margin-left: 10%;\n}\n\n[data-color-mode=\"dark\"] #enterprise p {\n color: white; \n}\n\n#bodyTextHeader {\n font-size: large;\n /* font-weight: bold !important; */\n margin-top:5%;\n}\n\n/*.imageContainer {\n float: left;\n width: 50%;\n}\n\n.imageContainer img {\n display: block;\n width: 50%;\n\t margin-left: 15%;\n margin-top:5%;\n margin-bottom: 20%;\n}*/\n\n.textContainer {\n margin-bottom: 5%;\n margin-right:2%;\n /* text-align:center; */\n}\n\n[data-color-mode=\"light\"] .textContainer {\n color: gray;\n}\n\n[data-color-mode=\"dark\"] .textContainer {\n color: white;\n}\n\n#sp-image {\n width:100px;\n height:100px;\n\tborder-radius: 50%;\n}\n\n[data-color-mode=\"light\"] #sp-link {\n\tcolor:#4BA6B4;\n}\n\n[data-color-mode=\"dark\"] #sp-link {\n\tcolor:#92d6ff;\n}\n\n[data-color-mode=\"light\"] #sp-description {\n color: gray !important;\n}\n\n[data-color-mode=\"dark\"] #sp-description {\n color: white !important;\n}\n\n.bottom_border {\n border-bottom: 4px solid #526b77;\n padding-bottom: 20px;\n}\n\n/* FOOTER STUFF */\n\n.footer-container {\n border-top: 1px solid #eee;\n margin-top: 1rem;\n padding: 1rem;\n}\n\n.footer-sub-container {\n\tfloat:right;\n}\n\n[data-color-mode=\"light\"] footer a {\n\tcolor: #067c8e; \n}\n\n#copyrightSection {\n\tmargin-left:10%;\n}\n\n/*Search pop-up tab renaming*/\n#enterprise .Tabs.Tabs-list div:nth-child(2) > span:after {\n content: \"Documentation\";\n visibility: visible;\n position: absolute;\n left: 30px;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(2) {\n width: 151px;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(2) > span i {\n visibility: visible !important;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(2) > span {\n position: relative;\n visibility: hidden;\n}\n\n.Tabs.Tabs-list div:nth-child(2) > span:after {\n content: \"Documentation\";\n visibility: visible;\n position: absolute;\n left: 30px;\n}\n.Tabs.Tabs-list div:nth-child(2) {\n width: 130px;\n}\n.Tabs.Tabs-list div:nth-child(2) > span i {\n visibility: visible !important;\n}\n.Tabs.Tabs-list div:nth-child(2) > span {\n position: relative;\n visibility: hidden;\n}\n\n#enterprise .Tabs.Tabs-list div:nth-child(3) > span:after {\n content: \"Announcements\";\n visibility: visible;\n position: absolute;\n left: 30px;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(3) {\n width: 159px;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(3) > span i {\n visibility: visible !important;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(3) > span {\n position: relative;\n visibility: hidden;\n}\n\n.Tabs.Tabs-list div:nth-child(3) > span:after {\n content: \"Announcements\";\n visibility: visible;\n position: absolute;\n left: 30px;\n}\n.Tabs.Tabs-list div:nth-child(3) {\n width: 137px;\n}\n.Tabs.Tabs-list div:nth-child(3) > span i {\n visibility: visible !important;\n}\n.Tabs.Tabs-list div:nth-child(3) > span {\n position: relative;\n visibility: hidden;\n}\n\npre {\n border: 1px solid grey;\n}","javascript":"","javascript_hub2":"//Get the search Element from DOM\nvar searchElement = document.getElementById(\"hub-search\");\n\n//Embed search into div\nvar searchDiv = document.createElement(\"div\");\nsearchDiv.classList.add(\"searchDiv\");\n\nif(searchElement) {\n searchDiv.appendChild(searchElement);\n var serachResults = document.getElementById(\"hub-search-results\");\n\t\n if(serachResults) {\n \t//Get the li Element from DOM for the right header navigation and add serach section\n\t\tvar li = document.createElement(\"li\");\n\t\tli.appendChild(searchDiv);\n\t\tli.appendChild(serachResults);\n\n\t\t//Get the right nav header Element from DOM and add li element with search tool section\n\t\tvar rightNavElement = document.getElementById(\"header-nav-right\");\n\t\tif(rightNavElement) {\n rightNavElement.appendChild(li);\n }\n\n\t\t//Remove the symbol as we do not need it\n\t\tdocument.querySelectorAll('.search-symbol').forEach(function(a) {\n \t\ta.remove()\n\t\t});\n } //end of serachResults\n} // end of searchElement\n\n//Remove subheader section\n//document.getElementById(\"hub-subheader-parent\").remove();\n\n//Language selector\n//function redirectToSelectedLanguage(select) {\n// const customHostPart = '-';\n// const additionalPath = select.options[select.selectedIndex].dataset.path || '';\n// const host = window.location.host;\n// const pathname = window.location.pathname;\n// let redirectHost = window.location.host;\n// let redirectPath = window.location.pathname;\n// [...select.options].forEach(option => {\n// /*if (option.value && host.startsWith(option.value + customHostPart)) {\n// redirectHost = host.substring(option.value.length + customHostPart.length);\n// }*/\n// \n// if (option.dataset.path && pathname.startsWith('/' + option.dataset.path + '/')) {\n// redirectPath = '/' + additionalPath + pathname.substring(option.dataset.path.length + 1);\n// }\n// });\n// \n// /*if (select.value) {\n// redirectHost = select.value + customHostPart + host;\n// }*/\n// \n// window.location.href = window.location.protocol + '//' + select.value + redirectPath;\n// }\n//Language selector end","html_promo":"","html_body":"","html_footer":"","html_head":"\n\n\n","html_footer_meta":"\n\n","html_hidelinks":false,"showVersion":true,"hideTableOfContents":false,"nextStepsLabel":"","promos":[],"showMetricsInReference":true,"referenceSimpleMode":true,"stylesheet_hub3":"","loginLogo":[],"colorScheme":"auto","logo_large":true},"child":{"_id":"615737a581405300f2649fbd","appearance":{"rdmd":{"callouts":{"useIconFont":false},"theme":{"background":"","border":"","markdownEdge":"","markdownFont":"","markdownFontSize":"","markdownLineHeight":null,"markdownRadius":"","markdownText":"","markdownTitle":"","markdownTitleFont":"","mdCodeBackground":"","mdCodeFont":"","mdCodeRadius":"","mdCodeTabs":"","mdCodeText":"","tableEdges":"","tableHead":"","tableHeadText":"","tableRow":"","tableStripe":"","tableText":"","text":"","title":""}},"main_body":{"type":"links"},"colors":{"highlight":"","main":"#526b77","main_alt":"#526b77","header_text":"","body_highlight":"#4BA6B4","custom_login_link_color":""},"typography":{"headline":"Open+Sans:400:sans-serif","body":"Open+Sans:400:sans-serif","typekit":false,"tk_key":"","tk_headline":"","tk_body":""},"header":{"style":"solid","img":[],"img_size":"auto","img_pos":"tl"},"body":{"style":"none"},"global_landing_page":{"html":"","redirect":""},"referenceSimpleMode":true,"referenceLayout":"row","link_logo_to_url":true,"theme":"line","overlay":"blueprint","landing":true,"sticky":false,"hide_logo":false,"childrenAsPills":false,"subheaderStyle":"links","splitReferenceDocs":false,"showMetricsInReference":false,"logo":["https://files.readme.io/175d6a6-small-sp-api-logo.png","sp-api-logo.png",666,80,"#232f3e","https://files.readme.io/362575a-sp-api-logo.png"],"logo_white":["https://files.readme.io/7784288-small-sp-api-logo_dark.png","sp-api-logo_dark.png",666,80,"#000000","https://files.readme.io/0161e87-sp-api-logo_dark.png"],"logo_white_use":false,"favicon":[],"stylesheet":"","stylesheet_hub2":"[data-color-mode=\"light\"] .markdown-body a {\n\tcolor: #057384 !important;\n}\n\n[data-color-mode=\"light\"] .rm-Header-top > .rm-Container {\n\tbackground-color: #b6d0d3; /* PROBLEM */\n}\n\nsummary {\n\ttext-decoration: underline;\n}\n\n[data-color-mode=\"light\"] details {\n background: #f8f8f8;\n padding: 1rem;\n}\n\ntd {\n vertical-align: top !important;\n}\n\n/* custom callout colors */\n\n.callout code {\n display: inline-block; /* fix issue with background not wrapping to next line */\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_info {\n\tcolor: #1b5b86;\n --title: #1b5b86;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_error {\n\tcolor: #7b0a0a;\n --title: #7b0a0a;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_okay {\n\tcolor: #116411;\n --title: #116411;\n --emoji: unset;\n --icon: \"\\f14a\";\n --icon-font-family: FontAwesome;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_warn {\n\tcolor: #80581d;\n --title: #80581d;\n}\n\n/* code in callouts */\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_error code {\n\tcolor: #7b0a0a !important;\n background: #ecd2d2;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_okay code {\n\tcolor: #116411 !important;\n background: #d5eed5;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_warn code {\n\tcolor: #80581d !important;\n background: #eadecd;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_info code {\n color: #1b5b86 !important;\n background: #c4d8e6;\n}\n\n/* DARK MODE */\n\n[data-color-mode=\"dark\"] body {\n --color-bg-page: #161E2D;\n --color-bg-page-rgb: #161E2D;\n}\n\n[data-color-mode=\"dark\"] thead {\n --table-head: #232F3E;\n}\n\n[data-color-mode=\"dark\"] pre {\n --md-code-background: #232F3E;\n}\n\n[data-color-mode=\"dark\"] .markdown-body table:not(.plain) tr:nth-child(2n) {\n background: #232F3E;\n}\n\n[data-color-mode=\"dark\"] .markdown-body a {\n\tcolor: #92d6ff !important;\n}\n\n[data-color-mode=\"dark\"] details {\n background: #232F3E;\n padding: 1rem;\n}\n\n[data-color-mode=\"dark\"] .markdown-body .callout.callout_error {\n --title: #e84747;\n}\n\n[data-color-mode=\"dark\"] .markdown-body .callout.callout_okay {\n --emoji: unset;\n --icon: \"\\f14a\";\n --icon-font-family: FontAwesome;\n}\n\n[data-color-mode=\"dark\"] .rm-Header-top > .rm-Container {\n\tbackground-color: #232F3E;\n}\n\n[data-color-mode=\"dark\"] .markdown-body code {\n background-color: #3F4A59;\n}\n\n[data-color-mode=dark] .ThemeContext_dark .reference-redesign .rm-Sidebar {\n --Sidebar-link-background: #3F4A59 !important;\n}\n\n[data-color-mode=dark] .ThemeContext_dark .reference-redesign .rm-Sidebar a:hover {\n\tbackground-color: #232F3E !important;\n}\n\n/* table fix for code */\n.markdown-body table code {\n word-break: break-all !important;\n}","javascript":"","javascript_hub2":"","html_promo":"

Heading 1

","html_body":"","html_footer":"","html_head":"","html_footer_meta":"","html_hidelinks":false,"showVersion":false,"hideTableOfContents":false,"nextStepsLabel":"","promos":[{"extras":{"type":"none","buttonPrimary":"docs","buttonSecondary":"reference"},"title":"Selling Partner API","text":"Welcome to Selling Partner API Documentation. Learn how to get started and build applications with Amazon's REST-based SP-API.\n\nSubscribe to updates via [RSS feed](http://developer-docs.amazon.com/sp-api/changelog.rss).","_id":"60be5a94d92a2500408ce254"}],"stylesheet_hub3":"","loginLogo":[],"logo_large":false,"colorScheme":"light"},"custom_domain":"","childrenProjects":[],"description":"","error404":"","experiments":[],"first_page":"landing","flags":{"allow_hub2":false,"enterprise":true,"alwaysShowDocPublishStatus":false,"hub2":true,"migrationRun":false,"migrationSwaggerRun":false,"oauth":false,"swagger":false,"correctnewlines":false,"rdmdCompatibilityMode":false,"speedyRender":false,"allowXFrame":false,"newEditor":true,"oldMarkdown":false,"newMarkdownBetaProgram":true,"useReactApp":true,"disableAnonForum":false,"directGoogleToStableVersion":false,"translation":true,"staging":false,"newSearch":true,"graphql":false,"allowApiExplorerJsonEditor":false,"singleProjectEnterprise":false,"dashReact":false,"metricsV2":true,"newEditorDash":true,"enableRealtimeExperiences":false,"reviewWorkflow":true,"star":false,"allowDarkMode":false,"forceDarkMode":false,"useReactGLP":false,"disablePasswordlessLogin":false,"personalizedDocs":false,"myDevelopers":false,"superHub":false,"developerDashboard":false,"allowReusableOTPs":false,"dashHomeRefresh":false,"owlbotAi":false,"apiV2":false,"git":{"read":false,"write":false},"superHubBeta":false,"dashQuickstart":false,"disableAutoTranslate":false,"customBlocks":false,"devDashHub":false,"disableSAMLScoping":false},"fullBaseUrl":"https://sp-api.readme.io/","glossaryTerms":[{"_id":"60be5a94d92a2500408ce253","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"graphqlSchema":"","hasOneChild":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"internal":"","landing_bottom":[{"type":"docs","alignment":"left","pageType":"Documentation"}],"metrics":{"monthlyLimit":0,"thumbsEnabled":true,"planLimit":1000000,"realtime":{"dashEnabled":false,"hubEnabled":false}},"modules":{"landing":true,"docs":true,"examples":true,"reference":false,"changelog":true,"discuss":false,"suggested_edits":false,"logs":false,"custompages":true,"tutorials":true,"graphql":false},"name":"Selling Partner API","nav_names":{"docs":"Documentation","reference":"","changelog":"Announcements","discuss":"Community","tutorials":"","recipes":"Code Samples"},"oauth_url":"","onboardingCompleted":{"documentation":true,"appearance":false,"jwt":false,"api":true,"logs":false,"domain":false,"metricsSDK":false},"owlbot":{"enabled":false,"isPaying":false},"owner":"61201d6773c1c90060e3ab58","plan":"enterprise","planOverride":"enterprise","planTrial":"enterprise","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":false,"points":50},"tryItNow":{"enabled":true,"points":35},"syncingOAS":{"enabled":false,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":true,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":false,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":true,"points":5},"glossary":{"enabled":false,"points":1},"variables":{"enabled":false,"points":1},"integrations":{"enabled":false,"points":2}},"totalScore":91},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":true},"stable":{"_id":"64da85507e9e01003fb6c349","version":"2.0","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64da85507e9e01003fb6c1a9","64da85507e9e01003fb6c1a9","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","64da85507e9e01003fb6c1aa","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","64da85507e9e01003fb6c1ab","64da85507e9e01003fb6c1ac","64da85507e9e01003fb6c1ad","64da85507e9e01003fb6c1ae","64da85507e9e01003fb6c1af","64da85507e9e01003fb6c1b0","64da85507e9e01003fb6c1b1","64da85507e9e01003fb6c1b2","64da85507e9e01003fb6c1b3","64da85507e9e01003fb6c1b4","64da85507e9e01003fb6c1b5","64da85507e9e01003fb6c1b6","64da85507e9e01003fb6c1b7","64da85507e9e01003fb6c1b8","64da85507e9e01003fb6c1b9","64da85507e9e01003fb6c1ba","64da85507e9e01003fb6c1bb","64da85507e9e01003fb6c1bc","64da85507e9e01003fb6c1bd","64da85507e9e01003fb6c1be","64da85507e9e01003fb6c1bf","64da85507e9e01003fb6c1c0","64da85507e9e01003fb6c1c1","64da85507e9e01003fb6c1c2","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","64da85507e9e01003fb6c1c3","64da85507e9e01003fb6c1c4","64da85507e9e01003fb6c1c5","64da85507e9e01003fb6c1c6","64da85507e9e01003fb6c1c7","64da85507e9e01003fb6c1c8","63d9a0557f835300035f0e18","64da85507e9e01003fb6c1c9","64da85507e9e01003fb6c1ca","64da85507e9e01003fb6c1cb","64da85517e9e01003fb6c755","64da85d3b6f7ad0eb8de89fb","64da8742a32eae04aa6e7f1f","64da8782856bf20eb5080c3e","64da87a2dc0b1a083f1fc600","64da87c681561b106a21c20f"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2023-08-14T19:49:36.227Z","__v":0,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:01.112Z","forked_from":"615737a581405300f2649e45"},"subdomain":"sp-api","subpath":"","topnav":{"left":[],"right":[{"type":"url","text":"Developer Hub","url":"https://developer.amazonservices.com"},{"type":"url","text":"API Status","url":"https://sellercentral.amazon.com/sp-api-status"},{"type":"url","text":"Support","url":"https://developer.amazonservices.com/support"}],"bottom":[{"type":"custompage","text":"Migration Hub","url":"https://developer-docs.amazon.com/sp-api/page/migration-hub","page":"migration-hub"},{"type":"url","text":"Models","page":"sp-api-models","url":"https://developer-docs.amazon.com/sp-api/docs/sp-api-models"},{"type":"url","text":"Release Notes","page":"release-notes","url":"https://developer-docs.amazon.com/sp-api/docs/sp-api-release-notes"},{"type":"custompage","text":"FAQs","page":"faqs"},{"type":"url","text":"Blog","url":"https://developer-docs.amazon.com/sp-api-blog/docs"},{"type":"url","text":"Videos","url":"https://www.youtube.com/@amazon-sp-api"}],"edited":true},"translate":{"provider":"transifex","show_widget":false,"key_public":"9251cba762e8402cae3a821b20521b05","key_secret":"1/e27bc2fd49b7f61227212b0d3ab76f9fc0d91bdd","org_name":"amazon-6","project_name":"sp-api-docs","languages":[{"name":"Japanese (Japan)","code":"ja_JP","_id":"64a762acc320a3000c03c0a3"},{"name":"Chinese (China)","code":"zh_CN","_id":"64a762acc320a3000c03c0a2"}]},"url":"","versions":[{"_id":"615737a581405300f2649e45","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":true,"categories":["615737a581405300f2649e46","615737a581405300f2649e46","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","615737a581405300f2649e60","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","615737a581405300f2649e6d","615737a581405300f2649e6e","615737a581405300f2649e6f","615737a581405300f2649e70","615737a581405300f2649e71","615737a581405300f2649e72","615737a581405300f2649e73","615737a581405300f2649e74","615737a581405300f2649e75","615737a581405300f2649e76","615737a581405300f2649e77","615737a581405300f2649e78","615737a581405300f2649e79","615737a581405300f2649e7a","615737a581405300f2649e7b","615737a581405300f2649e7c","615737a581405300f2649e7d","615737a581405300f2649e7e","615737a581405300f2649e7f","615737a581405300f2649e80","615737a581405300f2649e81","615737a581405300f2649e82","615737a581405300f2649e83","6189c2c7a2282105a5408196","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","61b6bf19ac3198007a7f86fb","61c24f1649607d003be5c102","621516e22f10f400a91b00a6","62570585c010a900a9de278d","62ed385aee9f330719ee5b36","63c709cb115d1e009e46be25","63d9a0557f835300035f0e18","648900dbbddeaa0050145e98","649094c47b93e2000beb6b89","64cbe56a8e466700185432c6"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2021-06-07T17:42:44.474Z","__v":1,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:05.594Z"},{"_id":"61c0d3f42ec509002a4bb842","version":"99","version_clean":"99.0.0","codename":"Preview","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["61c0d3f42ec509002a4bb79f","61c0d3f42ec509002a4bb79f","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","61c0d3f42ec509002a4bb7a0","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","61c0d3f42ec509002a4bb7a1","61c0d3f42ec509002a4bb7a2","61c0d3f42ec509002a4bb7a3","61c0d3f42ec509002a4bb7a4","61c0d3f42ec509002a4bb7a5","61c0d3f42ec509002a4bb7a6","61c0d3f42ec509002a4bb7a7","61c0d3f42ec509002a4bb7a8","61c0d3f42ec509002a4bb7a9","61c0d3f42ec509002a4bb7aa","61c0d3f42ec509002a4bb7ab","61c0d3f42ec509002a4bb7ac","61c0d3f42ec509002a4bb7ad","61c0d3f42ec509002a4bb7ae","61c0d3f42ec509002a4bb7af","61c0d3f42ec509002a4bb7b0","61c0d3f42ec509002a4bb7b1","61c0d3f42ec509002a4bb7b2","61c0d3f42ec509002a4bb7b3","61c0d3f42ec509002a4bb7b4","61c0d3f42ec509002a4bb7b5","61c0d3f42ec509002a4bb7b6","61c0d3f42ec509002a4bb7b7","61c0d3f42ec509002a4bb7b8","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","61c0d3f42ec509002a4bb7b9","63d9a0557f835300035f0e1a"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2021-06-07T17:42:44.474Z","__v":0,"forked_from":"615737a581405300f2649e45"},{"_id":"64da85507e9e01003fb6c349","version":"2.0","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64da85507e9e01003fb6c1a9","64da85507e9e01003fb6c1a9","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","64da85507e9e01003fb6c1aa","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","64da85507e9e01003fb6c1ab","64da85507e9e01003fb6c1ac","64da85507e9e01003fb6c1ad","64da85507e9e01003fb6c1ae","64da85507e9e01003fb6c1af","64da85507e9e01003fb6c1b0","64da85507e9e01003fb6c1b1","64da85507e9e01003fb6c1b2","64da85507e9e01003fb6c1b3","64da85507e9e01003fb6c1b4","64da85507e9e01003fb6c1b5","64da85507e9e01003fb6c1b6","64da85507e9e01003fb6c1b7","64da85507e9e01003fb6c1b8","64da85507e9e01003fb6c1b9","64da85507e9e01003fb6c1ba","64da85507e9e01003fb6c1bb","64da85507e9e01003fb6c1bc","64da85507e9e01003fb6c1bd","64da85507e9e01003fb6c1be","64da85507e9e01003fb6c1bf","64da85507e9e01003fb6c1c0","64da85507e9e01003fb6c1c1","64da85507e9e01003fb6c1c2","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","64da85507e9e01003fb6c1c3","64da85507e9e01003fb6c1c4","64da85507e9e01003fb6c1c5","64da85507e9e01003fb6c1c6","64da85507e9e01003fb6c1c7","64da85507e9e01003fb6c1c8","63d9a0557f835300035f0e18","64da85507e9e01003fb6c1c9","64da85507e9e01003fb6c1ca","64da85507e9e01003fb6c1cb","64da85517e9e01003fb6c755","64da85d3b6f7ad0eb8de89fb","64da8742a32eae04aa6e7f1f","64da8782856bf20eb5080c3e","64da87a2dc0b1a083f1fc600","64da87c681561b106a21c20f"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2023-08-14T19:49:36.227Z","__v":0,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:01.112Z","forked_from":"615737a581405300f2649e45"}],"variableDefaults":[],"webhookEnabled":false},"custom_domain":"developer-docs.amazon.com","childrenProjects":[{"_id":"615737a581405300f2649fbd","childrenProjects":[],"description":"","fullBaseUrl":"https://sp-api.readme.io/","hasOneChild":false,"is_active":true,"internal":"","modules":{"landing":true,"docs":true,"examples":true,"reference":false,"changelog":true,"discuss":false,"suggested_edits":false,"logs":false,"custompages":true,"tutorials":true,"graphql":false},"name":"Selling Partner API","nav_names":{"docs":"Documentation","reference":"","changelog":"Announcements","discuss":"Community","tutorials":"","recipes":"Code Samples"},"owner":"61201d6773c1c90060e3ab58","readmeScore":0,"reference":{"alwaysUseDefaults":false},"stable":"64da85507e9e01003fb6c349","subdomain":"sp-api","subpath":"","webhookEnabled":false},{"_id":"6170576839adb8001a786c92","childrenProjects":[],"description":"","fullBaseUrl":"https://amazon-shipping.readme.io/","hasOneChild":false,"is_active":true,"internal":"","modules":{"landing":true,"docs":true,"examples":true,"reference":false,"changelog":true,"discuss":false,"suggested_edits":true,"logs":false,"custompages":true,"tutorials":false,"graphql":false},"name":"Amazon Shipping","nav_names":{"docs":"","reference":"","changelog":"Announcements","discuss":"Community","tutorials":"","recipes":""},"owner":"61201d6773c1c90060e3ab58","readmeScore":0,"reference":{"alwaysUseDefaults":false},"stable":"6170576a39adb8001a786c97","subdomain":"amazon-shipping","subpath":"","webhookEnabled":false},{"_id":"6170573aea99140078218146","childrenProjects":[],"description":"","fullBaseUrl":"https://amazon-business.readme.io/","hasOneChild":false,"is_active":true,"internal":"","modules":{"landing":true,"docs":true,"examples":true,"reference":false,"changelog":true,"discuss":false,"suggested_edits":false,"logs":false,"custompages":true,"tutorials":false,"graphql":false},"name":"Amazon Business","nav_names":{"docs":"","reference":"","changelog":"Announcements","discuss":"Community","tutorials":"","recipes":""},"owner":"61201d6773c1c90060e3ab58","readmeScore":0,"reference":{"alwaysUseDefaults":false},"stable":"6170573cea9914007821814b","subdomain":"amazon-business","subpath":"","webhookEnabled":false},{"_id":"6201754af59a52005461223d","childrenProjects":[],"description":"","fullBaseUrl":"https://sp-api-preview.readme.io/","hasOneChild":false,"is_active":true,"internal":"admin","modules":{"landing":true,"docs":true,"examples":true,"reference":false,"graphql":false,"changelog":true,"discuss":true,"suggested_edits":false,"logs":false,"custompages":false,"tutorials":false},"name":"sp-api-preview","nav_names":{"docs":"","reference":"","changelog":"","discuss":"","tutorials":"","recipes":""},"owner":"61201d6773c1c90060e3ab58","readmeScore":0,"reference":{"alwaysUseDefaults":false},"stable":"6201754cf59a520054612242","subdomain":"sp-api-preview","subpath":"","webhookEnabled":false},{"_id":"622a41a91e67c000615396cf","childrenProjects":[],"description":"Guidance from Selling Partner API experts for Selling Partner API applications.","fullBaseUrl":"https://sp-api-blog.readme.io/","hasOneChild":false,"is_active":true,"internal":"","modules":{"landing":false,"docs":true,"examples":true,"reference":false,"graphql":false,"changelog":false,"discuss":false,"suggested_edits":false,"logs":false,"custompages":false,"tutorials":false},"name":"Selling Partner API Blog","nav_names":{"docs":"Selling Partner API Blog","reference":"","changelog":"Blog","discuss":"","tutorials":"","recipes":""},"owner":"61201d6773c1c90060e3ab58","readmeScore":0,"reference":{"alwaysUseDefaults":false},"stable":"622a41aa1e67c000615396d4","subdomain":"sp-api-blog","subpath":"","webhookEnabled":false},{"_id":"60a5739081dd45000ff72318","childrenProjects":[],"description":"","fullBaseUrl":"https://sp-api-sandbox.readme.io/","hasOneChild":false,"is_active":true,"internal":"admin","modules":{"landing":true,"docs":true,"examples":true,"reference":true,"changelog":true,"discuss":false,"suggested_edits":true,"logs":false,"custompages":true,"tutorials":false,"graphql":false},"name":"Amazon SP API Docs Sandbox","nav_names":{"docs":"","reference":"","changelog":"Announcements","discuss":"","tutorials":"","recipes":""},"owner":"61201d6773c1c90060e3ab58","readmeScore":0,"reference":{"alwaysUseDefaults":false},"stable":"64cc146e7d8e6f00612d0ab3","subdomain":"sp-api-sandbox","subpath":"","webhookEnabled":false}],"description":"Amazon API Services for Selling Partners and Shippers.","error404":"","experiments":[],"first_page":"landing","flags":{"allow_hub2":false,"enterprise":true,"alwaysShowDocPublishStatus":false,"hub2":true,"migrationRun":false,"migrationSwaggerRun":false,"oauth":false,"swagger":false,"correctnewlines":false,"rdmdCompatibilityMode":false,"speedyRender":false,"allowXFrame":false,"newEditor":true,"oldMarkdown":false,"newMarkdownBetaProgram":true,"useReactApp":true,"disableAnonForum":false,"directGoogleToStableVersion":false,"translation":true,"staging":false,"newSearch":true,"graphql":false,"allowApiExplorerJsonEditor":false,"singleProjectEnterprise":false,"dashReact":true,"allowReferenceUpgrade":true,"metricsV2":true,"newEditorDash":true,"enableRealtimeExperiences":false,"reviewWorkflow":true,"star":false,"allowDarkMode":false,"forceDarkMode":false,"useReactGLP":true,"disablePasswordlessLogin":false,"personalizedDocs":false,"myDevelopers":false,"superHub":false,"allowReusableOTPs":false,"developerDashboard":false,"owlbotAi":false,"apiV2":false,"git":{"read":false,"write":false},"dashQuickstart":false,"superHubBeta":false,"disableAutoTranslate":false,"customBlocks":false,"devDashHub":false,"disableSAMLScoping":false},"fullBaseUrl":"https://developer-docs.amazon.com/","glossaryTerms":[],"graphqlSchema":"","hasOneChild":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"internal":"","landing_bottom":[],"metrics":{"monthlyLimit":0,"thumbsEnabled":false,"planLimit":1000000,"realtime":{"dashEnabled":false,"hubEnabled":false}},"modules":{"landing":true,"docs":true,"examples":true,"reference":true,"changelog":true,"discuss":true,"suggested_edits":true,"logs":false,"custompages":false,"tutorials":false,"graphql":false},"name":"Amazon-Services-API","nav_names":{"docs":"","reference":"","changelog":"","discuss":"","tutorials":"","recipes":""},"oauth_url":"","onboardingCompleted":{"documentation":false,"appearance":false,"jwt":false,"api":false,"logs":false,"domain":false,"metricsSDK":false},"owlbot":{"enabled":false,"isPaying":false},"owner":"61201d6773c1c90060e3ab58","plan":"enterprise","planOverride":"enterprise","planTrial":"enterprise","readmeScore":{"percentScore":0,"totalScore":155,"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":true,"points":50},"tryItNow":{"enabled":true,"points":35},"syncingOAS":{"enabled":false,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":true,"points":15},"pageVoting":{"enabled":false,"points":1},"suggestedEdits":{"enabled":true,"points":10},"support":{"enabled":true,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":true,"points":5},"glossary":{"enabled":false,"points":1},"variables":{"enabled":false,"points":1},"integrations":{"enabled":false,"points":2}}},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":true},"stable":{"_id":"60be5ac3c69f56002a46037a","version":"1.0.0","version_clean":"1.0.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":[],"releaseDate":"2021-06-07T17:43:31.032Z","createdAt":"2021-06-07T17:43:31.032Z","project":"60be5ac3c69f56002a46037b","__v":0},"subdomain":"amazon-group","subpath":"","topnav":{"left":[],"right":[{"type":"home","text":"Docs"},{"type":"url","text":"Support","url":"https://developer.amazonservices.com/support"}],"bottom":[],"edited":true},"translate":{"provider":"transifex","show_widget":false,"key_public":"9251cba762e8402cae3a821b20521b05","key_secret":"1/e27bc2fd49b7f61227212b0d3ab76f9fc0d91bdd","org_name":"amazon-6","project_name":"sp-api-docs","languages":[{"name":"Japanese (Japan)","code":"ja_JP","_id":"64dff8533245ee004267fa0d"},{"name":"Chinese (China)","code":"zh_CN","_id":"64dff8533245ee004267fa0c"}],"crawl":false},"url":"","versions":[{"_id":"60be5ac3c69f56002a46037a","version":"1.0.0","version_clean":"1.0.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":[],"releaseDate":"2021-06-07T17:43:31.032Z","createdAt":"2021-06-07T17:43:31.032Z","project":"60be5ac3c69f56002a46037b","__v":0}],"variableDefaults":[],"webhookEnabled":false},"isHubEditable":true},"projectStore":{"data":{"allow_crawlers":"disabled","canonical_url":null,"description":"Amazon API Services for Selling Partners and Shippers.","homepage_url":null,"name":"Selling Partner API","redirects":[],"sitemap":"disabled","subdomain":"sp-api","suggested_edits":"disabled","uri":"/projects/me","custom_login":{"login_url":null,"logout_url":null},"pages":{"not_found":null},"privacy":{"view":"public","password":null},"reference":{"defaults":"always_use"},"health_check":{"provider":"none","settings":{"manual":{"status":"down","url":null},"statuspage":{"id":null}}},"integrations":{"bing":{"verify":null},"google":{"analytics":null,"site_verification":null},"heap":{"id":null},"koala":{"key":null},"localize":{"key":null},"recaptcha":{"site_key":null,"secret_key":null},"segment":{"key":null,"domain":null},"typekit":{"key":null},"zendesk":{"subdomain":null},"intercom":{"app_id":null,"secure_mode":{"key":null,"email_only":false}}},"permissions":{"appearance":{"private_label":"enabled","custom_code":{"css":"enabled","html":"enabled","js":"enabled"}}},"appearance":{"table_of_contents":"enabled","whats_next_label":null,"brand":{"primary_color":"#526b77","link_color":"#4BA6B4","theme":"light"},"footer":{"readme_logo":"show"},"custom_code":{"css":"[data-color-mode=\"light\"] a {\n color: #4BA6B4;\n}\n\n[data-color-mode=\"dark\"] a {\n color: #92d6ff;\n}\n\n[data-color-mode=\"light\"] #enterprise h1, #enterprise h2, #enterprise h3 {\n color: #526b77;\n}\n\n[data-color-mode=\"dark\"] #enterprise h1,\n[data-color-mode=\"dark\"] #enterprise h2,\n[data-color-mode=\"dark\"] #enterprise h3 {\n color: white;\n}\n\n[data-color-mode=\"dark\"] body{\n --color-bg-page: #161E2D;\n --Header-border-color: black;\n}\n\n#enterprise h1 {\n font-size: 2em;\n font-weight: 600;\n}\n\n#enterprise h2 {\n font-size: 1.5em;\n font-weight: 600;\n}\n\n#enterprise h3 {\n font-weight: 600;\n}\n\n#header-description {\n font-size: 1em;\n line-height: 1.4;\n}\n\n[data-color-mode=\"light\"] #header-top {\n\tbackground-color: #b6d0d3 !important;\n}\n\n[data-color-mode=\"dark\"] #header-top {\n\tbackground-color: #161E2D !important;\n}\n\n#hub-search {\n\tposition: absolute;\n}\n\n.searchDiv {\n margin-left:5px;\n}\n\n#sub-header-container {\n\tmargin-left: auto;\n\tmargin-right: auto;\n\tmax-width: 750px;\n\tpadding: 80px 20px;\n}\n\n#hub-subheader-parent {\n\tdisplay:none;\n}\n[data-color-mode=\"light\"] #header-top #header-nav-right li a{\n color: #384248 !important;\n}\n\n[data-color-mode=\"dark\"] #header-top #header-nav-right li a{\n color: white !important;\n}\n\nheader#hub-header #header-top #header-logo {\n width: 120px;\n position:fixed;\n left:50px;\n top:15px;\n}\n\n.main-card {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n grid-auto-rows: auto;\n grid-gap: 1rem;\n margin-left:10%;\n margin-right:5%;\n}\n\n#bodyText {\n\tline-height: 0.6;\n margin-left: 10%;\n}\n\n[data-color-mode=\"dark\"] #enterprise p {\n color: white; \n}\n\n#bodyTextHeader {\n font-size: large;\n /* font-weight: bold !important; */\n margin-top:5%;\n}\n\n/*.imageContainer {\n float: left;\n width: 50%;\n}\n\n.imageContainer img {\n display: block;\n width: 50%;\n\t margin-left: 15%;\n margin-top:5%;\n margin-bottom: 20%;\n}*/\n\n.textContainer {\n margin-bottom: 5%;\n margin-right:2%;\n /* text-align:center; */\n}\n\n[data-color-mode=\"light\"] .textContainer {\n color: gray;\n}\n\n[data-color-mode=\"dark\"] .textContainer {\n color: white;\n}\n\n#sp-image {\n width:100px;\n height:100px;\n\tborder-radius: 50%;\n}\n\n[data-color-mode=\"light\"] #sp-link {\n\tcolor:#4BA6B4;\n}\n\n[data-color-mode=\"dark\"] #sp-link {\n\tcolor:#92d6ff;\n}\n\n[data-color-mode=\"light\"] #sp-description {\n color: gray !important;\n}\n\n[data-color-mode=\"dark\"] #sp-description {\n color: white !important;\n}\n\n.bottom_border {\n border-bottom: 4px solid #526b77;\n padding-bottom: 20px;\n}\n\n/* FOOTER STUFF */\n\n.footer-container {\n border-top: 1px solid #eee;\n margin-top: 1rem;\n padding: 1rem;\n}\n\n.footer-sub-container {\n\tfloat:right;\n}\n\n[data-color-mode=\"light\"] footer a {\n\tcolor: #067c8e; \n}\n\n#copyrightSection {\n\tmargin-left:10%;\n}\n\n/*Search pop-up tab renaming*/\n#enterprise .Tabs.Tabs-list div:nth-child(2) > span:after {\n content: \"Documentation\";\n visibility: visible;\n position: absolute;\n left: 30px;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(2) {\n width: 151px;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(2) > span i {\n visibility: visible !important;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(2) > span {\n position: relative;\n visibility: hidden;\n}\n\n.Tabs.Tabs-list div:nth-child(2) > span:after {\n content: \"Documentation\";\n visibility: visible;\n position: absolute;\n left: 30px;\n}\n.Tabs.Tabs-list div:nth-child(2) {\n width: 130px;\n}\n.Tabs.Tabs-list div:nth-child(2) > span i {\n visibility: visible !important;\n}\n.Tabs.Tabs-list div:nth-child(2) > span {\n position: relative;\n visibility: hidden;\n}\n\n#enterprise .Tabs.Tabs-list div:nth-child(3) > span:after {\n content: \"Announcements\";\n visibility: visible;\n position: absolute;\n left: 30px;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(3) {\n width: 159px;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(3) > span i {\n visibility: visible !important;\n}\n#enterprise .Tabs.Tabs-list div:nth-child(3) > span {\n position: relative;\n visibility: hidden;\n}\n\n.Tabs.Tabs-list div:nth-child(3) > span:after {\n content: \"Announcements\";\n visibility: visible;\n position: absolute;\n left: 30px;\n}\n.Tabs.Tabs-list div:nth-child(3) {\n width: 137px;\n}\n.Tabs.Tabs-list div:nth-child(3) > span i {\n visibility: visible !important;\n}\n.Tabs.Tabs-list div:nth-child(3) > span {\n position: relative;\n visibility: hidden;\n}\n\npre {\n border: 1px solid grey;\n}\n[data-color-mode=\"light\"] .markdown-body a {\n\tcolor: #057384 !important;\n}\n\n[data-color-mode=\"light\"] .rm-Header-top > .rm-Container {\n\tbackground-color: #b6d0d3; /* PROBLEM */\n}\n\nsummary {\n\ttext-decoration: underline;\n}\n\n[data-color-mode=\"light\"] details {\n background: #f8f8f8;\n padding: 1rem;\n}\n\ntd {\n vertical-align: top !important;\n}\n\n/* custom callout colors */\n\n.callout code {\n display: inline-block; /* fix issue with background not wrapping to next line */\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_info {\n\tcolor: #1b5b86;\n --title: #1b5b86;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_error {\n\tcolor: #7b0a0a;\n --title: #7b0a0a;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_okay {\n\tcolor: #116411;\n --title: #116411;\n --emoji: unset;\n --icon: \"\\f14a\";\n --icon-font-family: FontAwesome;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_warn {\n\tcolor: #80581d;\n --title: #80581d;\n}\n\n/* code in callouts */\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_error code {\n\tcolor: #7b0a0a !important;\n background: #ecd2d2;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_okay code {\n\tcolor: #116411 !important;\n background: #d5eed5;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_warn code {\n\tcolor: #80581d !important;\n background: #eadecd;\n}\n\n[data-color-mode=\"light\"] .markdown-body .callout.callout_info code {\n color: #1b5b86 !important;\n background: #c4d8e6;\n}\n\n/* DARK MODE */\n\n[data-color-mode=\"dark\"] body {\n --color-bg-page: #161E2D;\n --color-bg-page-rgb: #161E2D;\n}\n\n[data-color-mode=\"dark\"] thead {\n --table-head: #232F3E;\n}\n\n[data-color-mode=\"dark\"] pre {\n --md-code-background: #232F3E;\n}\n\n[data-color-mode=\"dark\"] .markdown-body table:not(.plain) tr:nth-child(2n) {\n background: #232F3E;\n}\n\n[data-color-mode=\"dark\"] .markdown-body a {\n\tcolor: #92d6ff !important;\n}\n\n[data-color-mode=\"dark\"] details {\n background: #232F3E;\n padding: 1rem;\n}\n\n[data-color-mode=\"dark\"] .markdown-body .callout.callout_error {\n --title: #e84747;\n}\n\n[data-color-mode=\"dark\"] .markdown-body .callout.callout_okay {\n --emoji: unset;\n --icon: \"\\f14a\";\n --icon-font-family: FontAwesome;\n}\n\n[data-color-mode=\"dark\"] .rm-Header-top > .rm-Container {\n\tbackground-color: #232F3E;\n}\n\n[data-color-mode=\"dark\"] .markdown-body code {\n background-color: #3F4A59;\n}\n\n[data-color-mode=dark] .ThemeContext_dark .reference-redesign .rm-Sidebar {\n --Sidebar-link-background: #3F4A59 !important;\n}\n\n[data-color-mode=dark] .ThemeContext_dark .reference-redesign .rm-Sidebar a:hover {\n\tbackground-color: #232F3E !important;\n}\n\n/* table fix for code */\n.markdown-body table code {\n word-break: break-all !important;\n}","js":"//Get the search Element from DOM\nvar searchElement = document.getElementById(\"hub-search\");\n\n//Embed search into div\nvar searchDiv = document.createElement(\"div\");\nsearchDiv.classList.add(\"searchDiv\");\n\nif(searchElement) {\n searchDiv.appendChild(searchElement);\n var serachResults = document.getElementById(\"hub-search-results\");\n\t\n if(serachResults) {\n \t//Get the li Element from DOM for the right header navigation and add serach section\n\t\tvar li = document.createElement(\"li\");\n\t\tli.appendChild(searchDiv);\n\t\tli.appendChild(serachResults);\n\n\t\t//Get the right nav header Element from DOM and add li element with search tool section\n\t\tvar rightNavElement = document.getElementById(\"header-nav-right\");\n\t\tif(rightNavElement) {\n rightNavElement.appendChild(li);\n }\n\n\t\t//Remove the symbol as we do not need it\n\t\tdocument.querySelectorAll('.search-symbol').forEach(function(a) {\n \t\ta.remove()\n\t\t});\n } //end of serachResults\n} // end of searchElement\n\n//Remove subheader section\n//document.getElementById(\"hub-subheader-parent\").remove();\n\n//Language selector\n//function redirectToSelectedLanguage(select) {\n// const customHostPart = '-';\n// const additionalPath = select.options[select.selectedIndex].dataset.path || '';\n// const host = window.location.host;\n// const pathname = window.location.pathname;\n// let redirectHost = window.location.host;\n// let redirectPath = window.location.pathname;\n// [...select.options].forEach(option => {\n// /*if (option.value && host.startsWith(option.value + customHostPart)) {\n// redirectHost = host.substring(option.value.length + customHostPart.length);\n// }*/\n// \n// if (option.dataset.path && pathname.startsWith('/' + option.dataset.path + '/')) {\n// redirectPath = '/' + additionalPath + pathname.substring(option.dataset.path.length + 1);\n// }\n// });\n// \n// /*if (select.value) {\n// redirectHost = select.value + customHostPart + host;\n// }*/\n// \n// window.location.href = window.location.protocol + '//' + select.value + redirectPath;\n// }\n//Language selector end\n","html":{"header":"\n\n\n\n","home_footer":null,"page_footer":"\n\n\n"}},"markdown":{"callouts":{"icon_font":"emojis"}},"logo":{"size":"default","dark_mode":{"uri":null,"url":"https://files.readme.io/7784288-small-sp-api-logo_dark.png","name":"sp-api-logo_dark.png","width":666,"height":80,"color":"#000000","links":{"original_url":"https://files.readme.io/0161e87-sp-api-logo_dark.png"}},"main":{"uri":null,"url":"https://files.readme.io/175d6a6-small-sp-api-logo.png","name":"sp-api-logo.png","width":666,"height":80,"color":"#232f3e","links":{"original_url":"https://files.readme.io/362575a-sp-api-logo.png"}},"favicon":{"uri":null,"url":null,"name":null,"width":null,"height":null,"color":null,"links":{"original_url":null}}},"navigation":{"first_page":"landing_page","left":[],"logo_link":"homepage","right":[{"type":"link_url","title":"Developer Hub","url":"https://developer.amazonservices.com","custom_page":null},{"type":"link_url","title":"API Status","url":"https://sellercentral.amazon.com/sp-api-status","custom_page":null},{"type":"link_url","title":"Support","url":"https://developer.amazonservices.com/support","custom_page":null}],"sub_nav":[{"type":"custom_page","title":"Migration Hub","url":"https://developer-docs.amazon.com/sp-api/page/migration-hub","custom_page":"migration-hub"},{"type":"link_url","title":"Models","url":"https://developer-docs.amazon.com/sp-api/docs/sp-api-models","custom_page":"sp-api-models"},{"type":"link_url","title":"Release Notes","url":"https://developer-docs.amazon.com/sp-api/docs/sp-api-release-notes","custom_page":"release-notes"},{"type":"custom_page","title":"FAQs","url":null,"custom_page":"faqs"},{"type":"link_url","title":"Blog","url":"https://developer-docs.amazon.com/sp-api-blog/docs","custom_page":null},{"type":"link_url","title":"Videos","url":"https://www.youtube.com/@amazon-sp-api","custom_page":null}],"subheader_layout":"links","version":"disabled","links":{"home":{"label":"Home","visibility":"enabled"},"graphql":{"label":"GraphQL","visibility":"disabled"},"guides":{"label":"Guides","alias":"Documentation","visibility":"enabled"},"reference":{"label":"API Reference","alias":null,"visibility":"disabled"},"recipes":{"label":"Recipes","alias":"Code Samples","visibility":"enabled"},"api_logs":{"label":"API Logs","visibility":"disabled"},"changelog":{"label":"Changelog","alias":"Announcements","visibility":"enabled"},"discussions":{"label":"Discussions","alias":"Community","visibility":"disabled"}}},"header":{"type":"line","gradient_color":"#526b77","overlay":{"fill":"auto","type":"blueprint","position":"top-left","image":{"uri":null,"url":null,"name":null,"width":null,"height":null,"color":null,"links":{"original_url":null}}}}}}},"version":{"_id":"64da85507e9e01003fb6c349","version":"2.0","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64da85507e9e01003fb6c1a9","64da85507e9e01003fb6c1a9","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","64da85507e9e01003fb6c1aa","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","64da85507e9e01003fb6c1ab","64da85507e9e01003fb6c1ac","64da85507e9e01003fb6c1ad","64da85507e9e01003fb6c1ae","64da85507e9e01003fb6c1af","64da85507e9e01003fb6c1b0","64da85507e9e01003fb6c1b1","64da85507e9e01003fb6c1b2","64da85507e9e01003fb6c1b3","64da85507e9e01003fb6c1b4","64da85507e9e01003fb6c1b5","64da85507e9e01003fb6c1b6","64da85507e9e01003fb6c1b7","64da85507e9e01003fb6c1b8","64da85507e9e01003fb6c1b9","64da85507e9e01003fb6c1ba","64da85507e9e01003fb6c1bb","64da85507e9e01003fb6c1bc","64da85507e9e01003fb6c1bd","64da85507e9e01003fb6c1be","64da85507e9e01003fb6c1bf","64da85507e9e01003fb6c1c0","64da85507e9e01003fb6c1c1","64da85507e9e01003fb6c1c2","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","64da85507e9e01003fb6c1c3","64da85507e9e01003fb6c1c4","64da85507e9e01003fb6c1c5","64da85507e9e01003fb6c1c6","64da85507e9e01003fb6c1c7","64da85507e9e01003fb6c1c8","63d9a0557f835300035f0e18","64da85507e9e01003fb6c1c9","64da85507e9e01003fb6c1ca","64da85507e9e01003fb6c1cb","64da85517e9e01003fb6c755","64da85d3b6f7ad0eb8de89fb","64da8742a32eae04aa6e7f1f","64da8782856bf20eb5080c3e","64da87a2dc0b1a083f1fc600","64da87c681561b106a21c20f"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2023-08-14T19:49:36.227Z","__v":0,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:01.112Z","forked_from":"615737a581405300f2649e45"}},"reqUrl":"/sp-api/docs/product-type-definitions-api-v2020-09-01-reference","version":{"_id":"64da85507e9e01003fb6c349","version":"2.0","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64da85507e9e01003fb6c1a9","64da85507e9e01003fb6c1a9","60df59f46503040026a9d1d1","60df5ec6265ec4001cbdc8b8","615737a581405300f2649e47","60df5f4d38959000808467df","615737a581405300f2649e48","615737a581405300f2649e49","615737a581405300f2649e4a","615737a581405300f2649e4b","615737a581405300f2649e4c","615737a581405300f2649e4d","615737a581405300f2649e4e","615737a581405300f2649e4f","615737a581405300f2649e50","615737a581405300f2649e51","615737a581405300f2649e52","615737a581405300f2649e53","615737a581405300f2649e54","615737a581405300f2649e55","615737a581405300f2649e56","615737a581405300f2649e57","615737a581405300f2649e58","615737a581405300f2649e59","615737a581405300f2649e5a","615737a581405300f2649e5b","615737a581405300f2649e5c","615737a581405300f2649e5d","615737a581405300f2649e5e","615737a581405300f2649e5f","64da85507e9e01003fb6c1aa","615737a581405300f2649e61","615737a581405300f2649e62","615737a581405300f2649e63","615737a581405300f2649e64","615737a581405300f2649e65","615737a581405300f2649e66","615737a581405300f2649e67","615737a581405300f2649e68","615737a581405300f2649e69","615737a581405300f2649e6a","615737a581405300f2649e6b","615737a581405300f2649e6c","64da85507e9e01003fb6c1ab","64da85507e9e01003fb6c1ac","64da85507e9e01003fb6c1ad","64da85507e9e01003fb6c1ae","64da85507e9e01003fb6c1af","64da85507e9e01003fb6c1b0","64da85507e9e01003fb6c1b1","64da85507e9e01003fb6c1b2","64da85507e9e01003fb6c1b3","64da85507e9e01003fb6c1b4","64da85507e9e01003fb6c1b5","64da85507e9e01003fb6c1b6","64da85507e9e01003fb6c1b7","64da85507e9e01003fb6c1b8","64da85507e9e01003fb6c1b9","64da85507e9e01003fb6c1ba","64da85507e9e01003fb6c1bb","64da85507e9e01003fb6c1bc","64da85507e9e01003fb6c1bd","64da85507e9e01003fb6c1be","64da85507e9e01003fb6c1bf","64da85507e9e01003fb6c1c0","64da85507e9e01003fb6c1c1","64da85507e9e01003fb6c1c2","61a6e74ffa185a0315b1a76a","61a7d65bbe556500410692b5","64da85507e9e01003fb6c1c3","64da85507e9e01003fb6c1c4","64da85507e9e01003fb6c1c5","64da85507e9e01003fb6c1c6","64da85507e9e01003fb6c1c7","64da85507e9e01003fb6c1c8","63d9a0557f835300035f0e18","64da85507e9e01003fb6c1c9","64da85507e9e01003fb6c1ca","64da85507e9e01003fb6c1cb","64da85517e9e01003fb6c755","64da85d3b6f7ad0eb8de89fb","64da8742a32eae04aa6e7f1f","64da8782856bf20eb5080c3e","64da87a2dc0b1a083f1fc600","64da87c681561b106a21c20f"],"project":"615737a581405300f2649fbd","releaseDate":"2021-06-07T17:42:44.474Z","createdAt":"2023-08-14T19:49:36.227Z","__v":0,"pdfStatus":"error","updatedAt":"2023-08-14T21:38:01.112Z","forked_from":"615737a581405300f2649e45"},"lang":"en","langFull":"Default","isDetachedProductionSite":false,"rdmdOpts":{"normalize":true,"correctnewlines":false,"compatibilityMode":false}}">