Last update:
December 17, 2024
createPurchaseRequestFromDocuments mutation¶
This mutation creates a purchase request based on the provided document URLs.
Arguments¶
The InputCreatePurchaseRequestFromDocumentsType!
represents the input object for creating a purchase request from documents.
Field | Description |
---|---|
documentUrls [String!]! |
A list of document URLs used to create the purchase request. |
storeId String! |
The Id of the store where the purchase request is created. |
userId String! |
The Id of the user creating the purchase request. |
currencyCode String! |
The currency code for the purchase request. |
cultureName String! |
The language to retreive data in. |
Possible returns¶
Possible return | Description |
---|---|
PurchaseRequestType |
Defines the properties and fields associated with a purchase request. |