RegisterDeliveryOptionsRequest
A request to register delivery options with an order source
Name | Type | Nullable? | Description |
---|---|---|---|
auth | The authorization information necessary to fulfill this request. | ||
callback_url | string | Callback url to register with the order source | |
marketplace_key | string | Key to be returned in delivery options calls from the order source. This could be a GUID that is defined by the caller of the OrderSourceAPI and returned by the order source in later calls | |
option_key | string | Option set identifier to be returned in delivery options calls from the order source | |
transaction_id | string | A randomly generated transaction ID, used to correlate the request and response |