HomeDocumentationCode SamplesAnnouncementsModelsRelease NotesFAQVideos
Developer HubAPI StatusSupport
Documentation
Developer HubAPI StatusSupport

Supply Sources API v2020-07-01 Reference

Manage the configurations and capabilities of seller supply sources.

Overview

The Selling Partner API for Supply Sources lets you build and manage the configurations and capabilities of seller supply sources. With this API, sellers can also update information about existing supply sources and provide location level inventory.

Version information

Version : 2020-07-01

Contact information

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

License information

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

URI scheme

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

Consumes

  • application/json

Produces

  • application/json

Operations

getSupplySources
createSupplySource
getSupplySource
updateSupplySource
archiveSupplySource
updateSupplySourceStatus

Paths

GET /supplySources/2020-07-01/supplySources

Operation: getSupplySources

Description

The path to retrieve paginated supply sources.

Parameters

TypeNameDescriptionSchemaDefault
QuerynextPageToken
optional
The pagination token to retrieve a specific page of results.string-
QuerypageSize
optional
The number of supply sources to return per paginated request.number10

Responses

HTTP CodeDescriptionSchema
200Success.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : The unique request reference ID.
GetSupplySourcesResponse
403An error that indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
Headers :
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList
500An unexpected condition occurred that prevented the server from fulfilling the request.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList

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

POST /supplySources/2020-07-01/supplySources

Operation: createSupplySource

Description

Create a new supply source.

Parameters

TypeNameDescriptionSchema
Bodypayload
required
A request to create a supply source.CreateSupplySourceRequest

Responses

HTTP CodeDescriptionSchema
200Success.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : The unique request reference ID.
CreateSupplySourceResponse
403An error that indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
Headers :
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList
500An unexpected condition occurred that prevented the server from fulfilling the request.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList

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

GET /supplySources/2020-07-01/supplySources/{supplySourceId}

Operation: getSupplySource

Description

Retrieve a supply source.

Parameters

TypeNameDescriptionSchema
PathsupplySourceId
required
The unique identifier of a supply source.string

Responses

HTTP CodeDescriptionSchema
200Success.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : The unique request reference ID.
SupplySource
403An error that indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
Headers :
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList
500An unexpected condition occurred that prevented the server from fulfilling the request.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList

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

PUT /supplySources/2020-07-01/supplySources/{supplySourceId}

Operation: updateSupplySource

Description

Update the configuration and capabilities of a supply source.

Parameters

TypeNameDescriptionSchema
PathsupplySourceId
required
The unique identitier of a supply source.string
Bodypayload
optional
A request to update the configuration and capabilities of a supply source.UpdateSupplySourceRequest

Responses

HTTP CodeDescriptionSchema
204Success.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList
403An error that indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
Headers :
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList
500An unexpected condition occurred that prevented the server from fulfilling the request.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList

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

DELETE /supplySources/2020-07-01/supplySources/{supplySourceId}

Operation: archiveSupplySource

Description

Archive a supply source, making it inactive. Cannot be undone.

Parameters

TypeNameDescriptionSchema
PathsupplySourceId
required
The unique identifier of a supply source.string

Responses

HTTP CodeDescriptionSchema
204Success.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList
403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
Headers :
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList
500An unexpected condition occurred that prevented the server from fulfilling the request.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList

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

PUT /supplySources/2020-07-01/supplySources/{supplySourceId}/status

Operation: updateSupplySourceStatus

Description

Update the status of a supply source.

Parameters

TypeNameDescriptionSchema
PathsupplySourceId
required
The unique identifier of a supply source.string
Bodypayload
optional
A request to update the status of a supply source.UpdateSupplySourceStatusRequest

Responses

HTTP CodeDescriptionSchema
204Success.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList
403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
Headers :
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList
500An unexpected condition occurred that prevented the server from fulfilling the request.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string) : The unique request reference ID.
ErrorList

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

Error Responses and Schemas

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

HTTP CodeDescriptionSchema
400The request has missing or invalid parameters and cannot be parsed.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string):The unique request reference ID.
ErrorList
404The resource specified does not exist.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string):The unique request reference ID.
ErrorList
413The request size exceeded the maximum accepted size.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string):The unique request reference ID.
ErrorList
415The request payload is in an unsupported format.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string):The unique request reference ID.
ErrorList
429The frequency of requests was greater than allowed.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string):The unique request reference ID.
ErrorList
503The temporary overloading or maintenance of the server.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
Note: For this status code, the rate limit header is deprecated and no longer returned.
x-amzn-RequestId (string):The unique request reference ID.
ErrorList

Definitions

Error

An error response returned when the request is unsuccessful.

NameDescriptionSchema
code
required
An error code that identifies the type of error that occured.string
message
required
A message that describes the error condition in a human-readable form.string
details
optional
The additional details that can help the caller understand or fix the issue.string

ErrorList

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

NameDescriptionSchema
errors
required
A list of error responses returned when a request is unsuccessful.< Error > array

GetSupplySourcesResponse

The paginated list of supply sources.

NameDescriptionSchema
supplySources
optional
The list of SupplySources.SupplySourceList
nextPageToken
optional
If present, use this pagination token to retrieve the next page of supply sources.string

UpdateSupplySourceStatusRequest

A request to update the status of a supply source.

NameDescriptionSchema
status
optional
The SupplySource statusSupplySourceStatus

CreateSupplySourceRequest

A request to create a supply source.

NameDescriptionSchema
supplySourceCode
required
The seller-provided unique supply source code.SupplySourceCode
alias
required
The custom alias for this supply sourceSupplySourceAlias
address
required
A physical address.Address

CreateSupplySourceResponse

The result of creating a new supply source.

NameDescriptionSchema
supplySourceId
required
An Amazon generated unique supply source ID.SupplySourceId
supplySourceCode
required
The seller-provided unique supply source code.SupplySourceCode

UpdateSupplySourceRequest

A request to update the configuration and capabilities of a supply source.

NameDescriptionSchema
alias
optional
The custom alias for this supply sourceSupplySourceAlias
configuration
optional
Includes configuration and timezone of a supply source.SupplySourceConfiguration
capabilities
optional
The capabilities of a supply source.SupplySourceCapabilities

SupplySource

The supply source details, including configurations and capabilities.

NameDescriptionSchema
supplySourceId
optional
An Amazon generated unique supply source ID.SupplySourceId
supplySourceCode
optional
The seller-provided unique supply source code.SupplySourceCode
alias
optional
The custom alias for this supply sourceSupplySourceAlias
status
optional
The SupplySource status.SupplySourceStatusReadOnly
address
optional
A physical address.Address
configuration
optional
Includes configuration and timezone of a supply source.SupplySourceConfiguration
capabilities
optional
The capabilities of a supply source.SupplySourceCapabilities
createdAt
optional
A date and time in the rfc3339 format.DateTime
updatedAt
optional
A date and time in the rfc3339 format.DateTime

SupplySourceConfiguration

Includes configuration and timezone of a supply source.

NameDescriptionSchema
operationalConfiguration
optional
The operational configuration of supplySources.OperationalConfiguration
timezone
optional
Please see RFC 6557, should be a canonical time zone ID as listed here: https://www.joda.org/joda-time/timezones.html.string

SupplySourceCapabilities

The capabilities of a supply source.

NameDescriptionSchema
outbound
optional
The outbound capability of a supply source.OutboundCapability
services
optional
The services capability of a supply source.ServicesCapability

SupplySourceList

The list of SupplySources.

Type : < SupplySourceList > array


SupplySourceList

NameSchema
alias
optional
SupplySourceAlias
supplySourceId
optional
SupplySourceId
supplySourceCode
optional
SupplySourceCode
address
optional
Address

SupplySourceId

An Amazon generated unique supply source ID.

Type : string

SupplySourceCode

The seller-provided unique supply source code.

Type : string

SupplySourceAlias

The custom alias for this supply source

Type : string

SupplySourceStatusReadOnly

The SupplySource status.

Type : enum

ValueDescription
Active-
Inactive-
Archived-

SupplySourceStatus

The SupplySource status

Type : enum

ValueDescription
Active-
Inactive-

OutboundCapability

The outbound capability of a supply source.

NameDescriptionSchema
isSupported
optional
-boolean
operationalConfiguration
optional
The operational configuration of supplySources.OperationalConfiguration
returnLocation
optional
The address or reference to another supplySourceId to act as a return location.ReturnLocation
deliveryChannel
optional
The delivery channel of a supply source.DeliveryChannel
pickupChannel
optional
The pick up channel of a supply source.PickupChannel

ServicesCapability

The services capability of a supply source.

NameDescriptionSchema
isSupported
optional
When true, SupplySource supports the Service capability.boolean
operationalConfiguration
optional
The operational configuration of supplySources.OperationalConfiguration

PickupChannel

The pick up channel of a supply source.

NameDescriptionSchema
inventoryHoldPeriod
optional
The duration of time.Duration
isSupported
optional
-boolean
operationalConfiguration
optional
The operational configuration of supplySources.OperationalConfiguration
inStorePickupConfiguration
optional
The configuration for supporting in-store pickup.InStorePickupConfiguration
curbsidePickupConfiguration
optional
The configuration for supporting curbside pickup.CurbsidePickupConfiguration

ParkingConfiguration

The parking configuration.

NameDescriptionSchema
parkingCostType
optional
The type of cost at parking location.ParkingCostType
parkingSpotIdentificationType
optional
The type of parking spot identification used at parking location.ParkingSpotIdentificationType
numberOfParkingSpots
optional
The number of parking spots.NonNegativeInteger

ParkingCostType

The parking cost type.

Type : enum

ValueDescription
Free-
Other-

ParkingSpotIdentificationType

The type of parking spot identification.

Type : enum

ValueDescription
Numbered-
Other-

InStorePickupConfiguration

The in-store pickup configuration of a supply source.

NameDescriptionSchema
isSupported
optional
When true, in-store pickup is supported by the supply source (default: isSupported value in PickupChannel).boolean
parkingConfiguration
optional
The parking configuration for in-store pickup.ParkingConfiguration

CurbsidePickupConfiguration

The curbside pickup configuration of a supply source.

NameDescriptionSchema
isSupported
optional
When true, curbside pickup is supported by the supply source.boolean
operationalConfiguration
optional
The operational configuration for the curbside pickup configuration.OperationalConfiguration
parkingWithAddressConfiguration
optional
The parking configuration for curbside pickup with address for customers to use.ParkingWithAddressConfiguration

ParkingWithAddressConfiguration

The parking configuration with the address.

Polymorphism : Composition

NameDescriptionSchema
parkingCostType
optional
The type of cost at parking location.ParkingCostType
parkingSpotIdentificationType
optional
The type of parking spot identification used at parking location.ParkingSpotIdentificationType
numberOfParkingSpots
optional
The number of parking spots.NonNegativeInteger
address
optional
The address of the parking location.Address

DeliveryChannel

The delivery channel of a supply source.

NameDescriptionSchema
isSupported
optional
-boolean
operationalConfiguration
optional
The operational configuration of supplySources.OperationalConfiguration

OperationalConfiguration

The operational configuration of supplySources.

NameDescriptionSchema
contactDetails
optional
The contact detailsContactDetails
throughputConfig
optional
The throughput configuration.ThroughputConfig
operatingHoursByDay
optional
The operating hours per dayOperatingHoursByDay
handlingTime
optional
The duration of time.Duration

Duration

The duration of time.

NameDescriptionSchema
value
optional
An unsigned integer that can be only positive or zero.NonNegativeInteger
timeUnit
optional
The time unitTimeUnit

ThroughputConfig

The throughput configuration.

NameDescriptionSchema
throughputCap
optional
The throughput capacityThroughputCap
throughputUnit
required
The throughput unitThroughputUnit

ReturnLocation

The address or reference to another supplySourceId to act as a return location.

NameDescriptionSchema
supplySourceId
optional
The Amazon provided supplySourceId where orders can be returned to.string
addressWithContact
optional
The address and contact details.AddressWithContact

AddressWithContact

The address and contact details.

NameDescriptionSchema
contactDetails
optional
The contact detailsContactDetails
address
optional
A physical address.Address

ContactDetails

The contact details

NameSchema
primary
optional
primary


primary

NameDescriptionSchema
email
optional
-EmailAddress
phone
optional
The phone number of the person, business or institution.string

ThroughputCap

The throughput capacity

NameDescriptionSchema
value
optional
An unsigned integer that can be only positive or zero.NonNegativeInteger
timeUnit
optional
The time unitTimeUnit

OperatingHour

The operating hour schema

NameDescriptionSchema
startTime
optional
The opening time, ISO 8601 formatted timestamp without date, HH:mm.string
endTime
optional
The closing time, ISO 8601 formatted timestamp without date, HH:mm.string

OperatingHours

A list of Operating Hours.

Type : < OperatingHour > array

ThroughputUnit

The throughput unit

Type : enum

ValueDescription
Order-

OperatingHoursByDay

The operating hours per day

NameDescriptionSchema
monday
optional
A list of Operating Hours.OperatingHours
tuesday
optional
A list of Operating Hours.OperatingHours
wednesday
optional
A list of Operating Hours.OperatingHours
thursday
optional
A list of Operating Hours.OperatingHours
friday
optional
A list of Operating Hours.OperatingHours
saturday
optional
A list of Operating Hours.OperatingHours
sunday
optional
A list of Operating Hours.OperatingHours

TimeUnit

The time unit

Type : enum

ValueDescription
Hours-
Minutes-
Days-

NonNegativeInteger

An unsigned integer that can be only positive or zero.

Type : integer

Minimum : 0

EmailAddress

The email address to which email messages are delivered.

Type : string

Pattern : ^([a-zA-Z0-9_-.]+)@([a-zA-Z0-9_-.]+).([a-zA-Z]{2,5})$

Address

A physical address.

NameDescriptionSchema
name
required
The name of the person, business or institution at that address.string
addressLine1
required
The first line of the address.string
addressLine2
optional
The additional address information, if required.string
addressLine3
optional
The additional address information, if required.string
city
optional
The city where the person, business or institution is located.string
county
optional
The county where person, business or institution is located.string
district
optional
The district where person, business or institution is located.string
stateOrRegion
required
The state or region where person, business or institution is located.string
postalCode
optional
The postal code of that address. It conatins a series of letters or digits or both, sometimes including spaces or punctuation.string
countryCode
required
The two digit country code. In ISO 3166-1 alpha-2 format.string
phone
optional
The phone number of the person, business or institution located at that address.string

DateTime

A date and time in the rfc3339 format.

Type : string