@sp-api-sdk/feeds-api-2021-06-30
Version:
The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
25 lines (24 loc) • 671 B
TypeScript
/**
* Selling Partner API for Feeds
* The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
*
* The version of the OpenAPI document: 2021-06-30
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Response schema.
* @export
* @interface CreateFeedResponse
*/
export interface CreateFeedResponse {
/**
* The identifier for the feed. This identifier is unique only in combination with a seller ID.
* @type {string}
* @memberof CreateFeedResponse
*/
'feedId': string;
}