Skip to main content
POST
/
dev
/
v1
/
resellers
/
{id}
/
stock-transfers
/
{transferId}
/
invoice
Create a reseller stock purchase invoice
curl --request POST \
  --url https://api.shoppex.io/dev/v1/resellers/{id}/stock-transfers/{transferId}/invoice \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "coin": "<string>"
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Path Parameters

id
string
required
transferId
string
required

Body

coin
string

Response

Successful response

data
object
required