Sales API v1 Use Case Guide

Sales API Use Case Guide

API Version: v1

What is the Sales API?

The Selling Partner API for Sales (Sales API) provides sellers with sales performance information. This is achieved through returning aggregated order metrics for a given period of time, broken down by granularity, and buyer type. Refer to the Sales API Reference for details about Sales API operations and associated data types and schemas.

Prerequisites

To successfully complete this tutorial, you must have the following:

  1. Authorization from the selling partner for whom you are making calls. See Authorizing Selling Partner API applications for more information.
  2. The Pricing role assigned to your developer profile.
  3. The Pricing role selected in the App registration page for your application.

Tutorial: Receive sales performance information

This section will walk you through the process of receiving sales performance information using the Sales API.

Get the sales performance information

Call the getOrderMetrics operation with the following parameters to receive aggregated order metrics for a given interval:

Query Parameter:

Parameter Description Required
marketplaceIds

A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.

For example, ATVPDKIKX0DER indicates the US marketplace.

Type: < string > array

Yes
interval

A time interval used for selecting order metrics. This takes the form of two dates separated by two hyphens (first date is inclusive; second date is exclusive). Dates are in ISO 8601 format and must represent absolute time (either Z notation or offset notation).

Example: 2018-09-01T00:00:00-07:00--2018-09-04T00:00:00-07:00 requests order metrics for Sept 1st, 2nd and 3rd in the -07:00 zone.

Type: string

Yes
granularityTimeZone

An IANA-compatible time zone for determining the day boundary. Required when specifying a granularity value greater than Hour. The granularityTimeZone value must align with the offset of the specified interval value. For example, if the interval value uses Z notation, then granularityTimeZone must be UTC. If the interval value uses an offset, then granularityTimeZone must be an IANA-compatible time zone that matches the offset.

Example: US/Pacific to compute day boundaries, accounting for daylight time savings, for US/Pacific zone.

Type: string

No
granularity

The granularity of the grouping of order metrics, based on a unit of time. Specifying granularity=Hour results in a successful request only if the interval specified is less than or equal to 30 days from now. For all other granularities, the interval specified must be less or equal to 2 years from now. Specifying granularity=Total results in order metrics that are aggregated over the entire interval that you specify. If the interval start and end date don’t align with the specified granularity, the head and tail end of the response interval will contain partial data.

Example: Day to get a daily breakdown of the request interval, where the day boundary is defined by the granularityTimeZone.

Type: enum (Granularity)

Yes
buyerType

Filters the results by the buyer type that you specify, B2B (business to business) or B2C (business to customer).

Example: B2B, if you want the response to include order metrics for only B2B buyers.

Type: enum (BuyerType)

No
fulfillmentNetwork

Filters the results by the fulfillment network that you specify, MFN (merchant fulfillment network) or AFN (Amazon fulfillment network). Do not include this filter if you want the response to include order metrics for all fulfillment networks.

Example: AFN, if you want the response to include order metrics for only Amazon fulfillment network.

Type: string

No
firstDayOfWeek

Specifies the day that the week starts on when granularity=Week, either Monday or Sunday. Default: Monday.

Example: Sunday, if you want the week to start on a Sunday.

Type: enum (FirstDayOfWeek)

No
asin

Filters the results by the ASIN that you specify. Specifying both asin and sku returns an error. Do not include this filter if you want the response to include order metrics for all ASINs.

Example: B0792R1RSN, if you want the response to include order metrics for only asin B0792R1RSN.

Type: string

No
sku

Filters the results by the SKU that you specify. Specifying both asin and sku returns an error. Do not include this filter if you want the response to include order metrics for all SKUs.

Example: TestSKU, if you want the response to include order metrics for only SKU TestSKU.

Type: string

No

Request example

GET https://sellingpartnerapi-na.amazon.com/sales/v1/orderMetrics?marketplaceIds=&interval=&granularityTimeZone=&granularity=&buyerType=&fulfillmentNetwork=&firstDayOfWeek=&asin=&sku="

Response

Parameter Description Required
interval

The interval of time based on requested granularity (ex. Hour, Day, etc.) If this is the first or the last interval from the list, it might contain incomplete data if the requested interval doesn't align with the requested granularity

(ex. request interval 2018-09-01T02:00:00Z--2018-09-04T19:00:00Z and granularity day will result in Sept 1st UTC day and Sept 4th UTC days having partial data).

Type: string

Yes
unitCount

The number of units in orders based on the specified filters.

Type: integer

Yes
orderItemCount

The number of order items based on the specified filters.

Type: integer

Yes
orderCount The number of orders based on the specified filters.

Type: integer

Yes
averageUnitPrice The average price for an item based on the specified filters. Formula is totalSales/unitCount.

Type: Money

Yes
totalSales The total ordered product sales for all orders based on the specified filters.

Type: Money

Yes

Response example

{ "request": { "parameters": { "granularity": { "value": "Day" } } }, "response": { "payload": [ { "interval": "2019-08-01T00:00-07:00--2018-08-02T00:00-07:00", "unitCount": 1, "orderItemCount": 1, "orderCount": 1, "averageUnitPrice": { "amount": "22.95", "currencyCode": "USD" }, "totalSales": { "amount": "22.95", "currencyCode": "USD" } }, { "interval": "2019-08-02T00:00-07:00--2018-08-03T00:00-07:00", "unitCount": 1, "orderItemCount": 1, "orderCount": 1, "averageUnitPrice": { "amount": "2.05", "currencyCode": "USD" }, "totalSales": { "amount": "2.05", "currencyCode": "USD" } } ] } }

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/sales-api-v1-use-case-guide","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}}">