VendorDirectFulfillmentPayments

class sp_api.api.VendorDirectFulfillmentPayments(marketplace: Marketplaces = Marketplaces.US, *, refresh_token=None, account='default', credentials=None, restricted_data_token=None, proxies=None, verify=True, timeout=None, version=None, credential_providers=None)

VendorDirectFulfillmentPayments SP-API Client :link:

The Selling Partner API for Direct Fulfillment Payments provides programmatic access to a direct fulfillment vendor’s invoice data.

submit_invoice(self, **kwargs) ApiResponse

Submits one or more invoices for a vendor’s direct fulfillment orders.

Usage Plans:

Rate (requests per second)

Burst

10

10

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.

Parameters:
  • body

    { “invoices”: [

    {

    “invoiceNumber”: “string”, “invoiceDate”: “2019-08-24T14:15:22Z”, “referenceNumber”: “string”, “remitToParty”: {

    ”partyId”: “string”, “address”: {

    ”name”: “string”, “addressLine1”: “string”, “addressLine2”: “string”, “addressLine3”: “string”, “city”: “string”, “county”: “string”, “district”: “string”, “stateOrRegion”: “string”, “postalCode”: “string”, “countryCode”: “string”, “phone”: “string”

    }, “taxRegistrationDetails”: [

    {

    “taxRegistrationType”: “VAT”, “taxRegistrationNumber”: “string”, “taxRegistrationAddress”: {

    ”name”: “string”, “addressLine1”: “string”, “addressLine2”: “string”, “addressLine3”: “string”, “city”: “string”, “county”: “string”, “district”: “string”, “stateOrRegion”: “string”, “postalCode”: “string”, “countryCode”: “string”, “phone”: “string”

    }, “taxRegistrationMessage”: “string”

    }

    ]

    }, “shipFromParty”: {

    ”partyId”: “string”, “address”: {

    ”name”: “string”, “addressLine1”: “string”, “addressLine2”: “string”, “addressLine3”: “string”, “city”: “string”, “county”: “string”, “district”: “string”, “stateOrRegion”: “string”, “postalCode”: “string”, “countryCode”: “string”, “phone”: “string”

    }, “taxRegistrationDetails”: [

    {

    “taxRegistrationType”: “VAT”, “taxRegistrationNumber”: “string”, “taxRegistrationAddress”: {

    ”name”: “string”, “addressLine1”: “string”, “addressLine2”: “string”, “addressLine3”: “string”, “city”: “string”, “county”: “string”, “district”: “string”, “stateOrRegion”: “string”, “postalCode”: “string”, “countryCode”: “string”, “phone”: “string”

    }, “taxRegistrationMessage”: “string”

    }

    ]

    }, “billToParty”: {

    ”partyId”: “string”, “address”: {

    ”name”: “string”, “addressLine1”: “string”, “addressLine2”: “string”, “addressLine3”: “string”, “city”: “string”, “county”: “string”, “district”: “string”, “stateOrRegion”: “string”, “postalCode”: “string”, “countryCode”: “string”, “phone”: “string”

    }, “taxRegistrationDetails”: [

    {

    “taxRegistrationType”: “VAT”, “taxRegistrationNumber”: “string”, “taxRegistrationAddress”: {

    ”name”: “string”, “addressLine1”: “string”, “addressLine2”: “string”, “addressLine3”: “string”, “city”: “string”, “county”: “string”, “district”: “string”, “stateOrRegion”: “string”, “postalCode”: “string”, “countryCode”: “string”, “phone”: “string”

    }, “taxRegistrationMessage”: “string”

    }

    ]

    }, “shipToCountryCode”: “string”, “paymentTermsCode”: “string”, “invoiceTotal”: {

    ”currencyCode”: “string”, “amount”: “string”

    }, “taxTotals”: [

    {

    “taxType”: “CGST”, “taxRate”: “string”, “taxAmount”: {

    ”currencyCode”: “string”, “amount”: “string”

    }, “taxableAmount”: {

    ”currencyCode”: “string”, “amount”: “string”

    }

    }

    ], “additionalDetails”: [

    {

    “type”: “SUR”, “detail”: “string”, “languageCode”: “string”

    }

    ], “chargeDetails”: [

    {

    “type”: “GIFTWRAP”, “chargeAmount”: {

    ”currencyCode”: “string”, “amount”: “string”

    }, “taxDetails”: [

    {

    “taxType”: “CGST”, “taxRate”: “string”, “taxAmount”: {

    ”currencyCode”: “string”, “amount”: “string”

    }, “taxableAmount”: {

    ”currencyCode”: “string”, “amount”: “string”

    }

    }

    ]

    }

    ], “items”: [

    {

    “itemSequenceNumber”: “string”, “buyerProductIdentifier”: “string”, “vendorProductIdentifier”: “string”, “invoicedQuantity”: {

    ”amount”: 0, “unitOfMeasure”: “string”

    }, “netCost”: {

    ”currencyCode”: “string”, “amount”: “string”

    }, “purchaseOrderNumber”: “string”, “vendorOrderNumber”: “string”, “hsnCode”: “string”, “taxDetails”: [

    {

    “taxType”: “CGST”, “taxRate”: “string”, “taxAmount”: {

    ”currencyCode”: “string”, “amount”: “string”

    }, “taxableAmount”: {

    ”currencyCode”: “string”, “amount”: “string”

    }

    }

    ], “chargeDetails”: [

    {

    “type”: “GIFTWRAP”, “chargeAmount”: {

    ”currencyCode”: “string”, “amount”: “string”

    }, “taxDetails”: [

    {

    “taxType”: “CGST”, “taxRate”: “string”, “taxAmount”: {}, “taxableAmount”: {}

    }

    ]

    }

    ]

    }

    ]

    }

    ]

  • }

Return type:

ApiResponse