Skip to main content

Create Payout Mapping Group

POST 

/api/shopify/:integrationInstance/payout-mapping-groups

Creates a payout mapping group scoped to the integration instance. Instance groups are listed ahead of the global defaults and can be used to separate the instance's payout lines into their own financial documents.

Authentication: Requires Bearer token.

Request body:

  • name (required, string, max 255): display name for the group.
  • document_type (required, string): financial document the group posts to; one of invoice, bill.
  • sort_order (optional, integer, min 0): position of the group in ordered listings.

Request

Responses

Created

Response Headers
    Content-Type