Order factories
The order factory object and the allowed CRUD operations on the related resource endpoint
Last updated
The order factory object and the allowed CRUD operations on the related resource endpoint
Last updated
Order factories are responsible for the generation of the target orders within a subscription process. Order factories take some of the information (e.g. payment method, payment source, addresses, etc.) needed for the recurring orders generation from the source order. What and how items are associated with those orders depends on the order factory type. The available order factories are:
— used for automatically generated order subscriptions according to a subscription model, based on the related order subscription items.
– used for manually generated order subscriptions, cloning all the source order's line items.