Fees
Last updated
Last updated
The Fees resource in the Digital River API details financial obligations imposed as part of regulatory compliance. These fees are essential for ensuring products meet legal standards across different regions. By managing these fees effectively, businesses can maintain compliance and accurately calculate the final cost of their offerings. See for more information.
Get all Fees.
/fees
A filter on the list based on the createdTime field. The value can be a string with an ISO-8601 UTC format datetime or it can be a dictionary with the following options:
A filter on the list based on the updatedTime field. The value can be a string with an ISO-8601 UTC format datetime or it can be a dictionary with the following options:
A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xyz your subsequent calls can include endingBefore=xyz in order to fetch the previous page of the list.
A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xyz, your subsequent calls can include startingAfter=xyz in order to fetch the next page of the list.
A limit on the number of objects returned. Limit can range between 1 and 100, and the default is 10.
Only return fees of this type.
Only return fees in this category.
Only returns fees for this country.
Only return objects with these IDs.
Adds a new fee to an existing SKU.
/fees
.
sku_7834561209
.
OLED TVs.
.
85" Class Q900 QLED Smart 8K UHD TV.
The fee amount.
0.5
3-letter ISO currency code.
USD
2-letter country code.
US
If false indicates that the jurisdiction requires that the fee be included in the price displayed to the shopper. If true indicates that the jurisdiction requires fee-exclusive pricing.
true
Type of fee.
weee
battery
, weee
, copyright
, e_waste
Array of ISO 3166-2 subdivision codes.
["CA"]
Retrieves the details of a fee. You must supply the unique identifier of the fee.
/fees/{id}
Fee identifier.
Updates the specified Fee by setting the values of the parameters passed. Any parameters not provided will remain unchanged.
/fees/{id}
Fee identifier.
.
OLED TVs.
.
85" Class Q900 QLED Smart 8K UHD TV.
The fee amount.
0.5
3-letter ISO currency code.
USD
2-letter country code.
US
If false indicates that the jurisdiction requires that the fee be included in the price displayed to the shopper. If true indicates that the jurisdiction requires fee-exclusive pricing.
true
Type of fee.
weee
battery
, weee
, copyright
, e_waste
Array of ISO 3166-2 subdivision codes.
["CA"]
Permanently deletes a fee. Supply the unique identifier of the fewe.
/fees/{id}
Fee ID
No body