/
/GOAFFPRO API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7h ago · Updated 7h ago
affiliate14
assets8
commissions5
config4
connections3
coupons1
creatives2
files2
groups8
multi-level3
notifications1
orders7
  • get/admin/orders
  • post/admin/orders
  • deleteDeletes an order and it's commission from the affiliate's account
  • patchUpdate an order
  • postRecalculates commission for the provided order ID
  • getRetrieves list of order IDs from the system for later processing via the POST endpoint. The number of entries returned varies depending on which platform your store is using
  • postQueues orders for processing. You can optionally specify affiliate id force assign the order to the affiliate, otherwise the system will try and determine the correct affiliate on its own and the order is only assigned if an affiliate is found. If there are > 5 entries, the orders are queued otherwise the orders are processed immediately
payments13
public2
rewards4
sdk23
traffic1
transactions1
user11
webhooks3
    orders

    Deletes an order and it's commission from the affiliate's account

    delete/admin/orders/{id}

    Response

    successboolean
    deletednumber

    ID of the order that was deleted

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.