magni
curl -L \
--url 'https://api.sellauth.com/v1/shops/{shopId}/invoices'
{
"current_page": 1,
"data": [
{
"id": 1,
"status": "text",
"product_id": 1,
"variant_id": 1,
"price": "text",
"currency": "text",
"gateway": "text",
"email": "text",
"salt": "text",
"manual": 1,
"created_at": "2025-04-03T09:36:40.633Z",
"completed_at": "2025-04-03T09:36:40.633Z",
"archived": 1,
"unique_id": "text",
"product": {
"id": 1,
"name": "text",
"stock_count": 1
},
"variant": {}
}
],
"first_page_url": "text",
"from": 1,
"last_page": 1,
"last_page_url": "text",
"links": [
{
"url": "text",
"label": "text",
"active": true
}
],
"next_page_url": "text",
"path": "text",
"per_page": 1,
"prev_page_url": "text",
"to": 1,
"total": 1
}
Invoices retrieved.
quae
aspernatur
curl -L \
--url 'https://api.sellauth.com/v1/shops/{shopId}/invoices/{invoiceId}'
{
"id": 1,
"status": "text",
"product_id": 1,
"variant_id": 1,
"price": "text",
"currency": "text",
"gateway": "text",
"email": "text",
"salt": "text",
"manual": 1,
"created_at": "2025-04-03T09:36:40.633Z",
"completed_at": "2025-04-03T09:36:40.633Z",
"archived": 1,
"unique_id": "text",
"product": {
"id": 1,
"name": "text",
"stock_count": 1
},
"variant": {},
"coupon_id": 1,
"paypalff_email": "text",
"customer_id": 1,
"delivered": "text",
"amount": 1,
"price_usd": "text",
"custom_fields": [
{
"id": 1,
"shop_id": 1,
"name": "Your Name",
"hint": null,
"type": "text",
"options": null,
"is_required": true,
"created_at": "2024-01-01T00:00:00.000000Z",
"updated_at": "2024-01-01T00:00:00.000000Z",
"pivot": {
"morphable_id": 1,
"custom_field_id": 1
}
}
],
"ip": "text",
"user_agent": "text",
"crypto_address": "text",
"crypto_amount": "text",
"shop_id": 1,
"cashapp_cashtag": "text",
"venmo_tag": "text",
"cashapp_receipt_id": "text",
"cashapp_transaction_id": "text",
"discord_user_id": "text",
"paypalff_transaction_id": "text",
"price_eur": "text",
"paypalff_currency": "text",
"paypalff_note": "text",
"stripe_pi_id": "text"
}
Invoice retrieved.