INPUT_OBJECT
AdvertInput
link GraphQL Schema definition
- input AdvertInput {
- String :
- ID :
- # Will create a source mapping and attempt auto mapping of brand. You
- # can use either brandId or brandMappings but not both. brandMappings
- # accepts a collection of strings, where the 1st successful match will
- # be used. A successful match is where we have a match to an existing
- # brand mapping, or the string matches the brand name exactly.
- # NOTE: this was called map_brand in the v2 API.
- String!] : [
- ID :
- # Will create a source mapping and attempt auto mapping of taxon. You
- # can use either taxonId or taxonMappings but not both. taxonMappings
- # accepts a collection of strings, where the 1st successful match will
- # be used. A successful match is where we have a match to an existing
- # taxon mapping.
- # NOTE: this was called map_taxon in the v2 API.
- String!] : [
- String :
- String :
- String :
- AdvertSaleTypeEnum :
- AdvertPriceTypeEnum :
- AdvertPriceUnitEnum :
- String :
- String!] : [
- String :
- String :
- # Optional product code for the advert.
- String :
- # Optional external id to identify the product
- String :
- # Metadata key/value pairs.
- KeyValueInput!] : [
- # External IDs key/value pairs.
- KeyValueInput!] : [
- # Optional gender that is attributed to the product
- AdvertGenderEnum :
- # Maximum purchase quantity allowed for successful checkout
- Int :
- # Minimum purchase quantity allowed for successful checkout
- Int :
- # The additional cost of shipping the product domestically, which is added to the
- # Sellers base domestic shipping rate.
- String :
- # The additional cost of shipping the product internationally, which is added to
- # the Sellers base international shipping rate.
- String :
- Boolean :
- Boolean :
- String :
- ImageInput :
- VariantInput!] : [
- ImageInput!] : [
- # PDF documents relating to the advert
- AdvertDocumentInput!] : [
- # DEPRECATED: This argument is deprecated in favour of AdvertOptionValues. Option
- # value ids for multi-select option types
- ID!] : [
- # DEPRECATED: This argument is deprecated in favour of AdvertOptionValues.
- # Key-value pairs of single-select and free-text option type values.
- KeyValueInput!] : [
- # Advert option values of the advert. If this argument is given, advert option
- # values will be updated to match the input and delete the missing ones.
- AdvertOptionValueInput!] : [
- ShippingParcelInput :
- String :
- String :
- ISO8601DateTime :
- ISO8601DateTime :
- String :
- ISO8601DateTime :
- ISO8601DateTime :
- Boolean :
- String :
- Decimal :
- Boolean :
- }