Skip to content

AdProductCatalog#create_ad_product_feed optional parameters #13

@Greyschale

Description

@Greyschale

There are some optional parameters when creating an AdProductFeed that would be useful to be able to pass in to override the defaults.

Example:
Currently only name and schedule are sent:

catalog.create_ad_product_feed(
  name: 'sample_feed',
  schedule: { url: 'https://example.com/sample.csv', interval: 'HOURLY' }
)

This would be very useful to have instead:

catalog.create_ad_product_feed(
  name: 'sample_feed',
  schedule: { url: 'https://example.com/sample.csv', interval: 'HOURLY' },
  options: { country: 'UK', default_currency: 'GBP' }
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions