Order factories

The order factory object and the allowed CRUD operations on the related resource endpoint

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:

  • Recurring order copies — used for automatically generated order subscriptions according to a subscription model, based on the related order subscription items.

  • Order copies – used for manually generated order subscriptions, cloning all the source order's line items.

This is an immutable API, meaning that create, update, and delete operations are not allowed on this endpoint. You can only fetch a list of events or a specific single one.

Last updated