transaction_template
A transaction template is basically a cart which will be processed as a transaction each time the subscription runs. This is an alias for a cart resource.
This resource is an alias of cart. See that resource for full documentation.
Required Scopes
Full
store_full_access
Read
carts_read
Write
carts_write Actions
GET View the transaction template
PATCH Update the transaction template (send only the properties you want to modify)
PUT Replace the transaction template (send the entire representation)
DELETE Delete the transaction template
HEAD Get just the header response
OPTIONS Get a response explaining which HTTP methods are supported
https://api.foxycart.com/transaction_template/{id}
Example Representation
No example representation available for this resource.