Name | Type | Description | Notes |
---|---|---|---|
feed_type | string | The feed type of the schedule template. Note: When calling createSchedule and updateSchedule methods you must match the feed type specified by the schedule template (this feedType). | [optional] |
frequency | string | This field specifies how often the schedule is generated. If set to HALF_HOUR or ONE_HOUR, you cannot set a preferredTriggerHour using createSchedule or updateSchedule. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:FrequencyEnum'>eBay API documentation</a> | [optional] |
name | string | The template name provided by the template. | [optional] |
schedule_template_id | string | The ID of the template. Use this ID to create a schedule based on the properties of this schedule template. | [optional] |
status | string | The present status of the template. You cannot create or modify a schedule using a template with an INACTIVE status. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:StatusEnum'>eBay API documentation</a> | [optional] |
supported_configurations | \Ebay\Sell\Feed\Model\SupportedConfiguration[] | An array of the configuration supported by this template. | [optional] |