Update May 24, 2024 (#93)
This commit is contained in:
		@@ -723,7 +723,7 @@ const (
 | 
			
		||||
	TransactionItemAdForSupplierLogistic TransactionOperationService = "ItemAdvertisementForSupplierLogistic"
 | 
			
		||||
 | 
			
		||||
	// product placement service
 | 
			
		||||
	TransactionServiceStorageItem TransactionOperationService = "MarketplaceServiceStorageItem"
 | 
			
		||||
	TransactionServiceStorageItem TransactionOperationService = "OperationMarketplaceServiceStorage"
 | 
			
		||||
 | 
			
		||||
	// products promotion
 | 
			
		||||
	TransactionMarketingActionCost TransactionOperationService = "MarketplaceMarketingActionCostItem"
 | 
			
		||||
 
 | 
			
		||||
@@ -452,6 +452,8 @@ type FinancialDataProduct struct {
 | 
			
		||||
	CommissionsCurrencyCode string `json:"commissions_currency_code"`
 | 
			
		||||
 | 
			
		||||
	// Services
 | 
			
		||||
	//
 | 
			
		||||
	// Deprecated: The parameter is outdated. To get information on accruals, use the `ListTransactions` method
 | 
			
		||||
	ItemServices MarketplaceServices `json:"item_services"`
 | 
			
		||||
 | 
			
		||||
	// Currency of your prices. It matches the currency set in the personal account settings
 | 
			
		||||
 
 | 
			
		||||
@@ -151,7 +151,7 @@ type ProductDetails struct {
 | 
			
		||||
	// SKU of the product that is sold from the seller's warehouse (FBS and rFBS)
 | 
			
		||||
	FBSSKU int64 `json:"fbs_sku,omitempty"`
 | 
			
		||||
 | 
			
		||||
	// Document generation task number
 | 
			
		||||
	// Product identifier
 | 
			
		||||
	Id int64 `json:"id"`
 | 
			
		||||
 | 
			
		||||
	// An array of links to images. The images in the array are arranged in the order of their arrangement on the site. If the `primary_image` parameter is not specified, the first image in the list is the main one for the product
 | 
			
		||||
@@ -2378,9 +2378,11 @@ type GetRelatedSKUsError struct {
 | 
			
		||||
	Message string `json:"message"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// You can pass any SKU in the request, even a deleted one.
 | 
			
		||||
// Method for getting a single SKU based on the old SKU FBS and SKU FBO identifiers.
 | 
			
		||||
// The response will contain all SKUs related to the passed ones.
 | 
			
		||||
//
 | 
			
		||||
// The method can handle any SKU, even hidden or deleted.
 | 
			
		||||
//
 | 
			
		||||
// In one request, you can pass up to 200 SKUs.
 | 
			
		||||
func (c Products) GetRelatedSKUs(ctx context.Context, params *GetRelatedSKUsParams) (*GetRelatedSKUsResponse, error) {
 | 
			
		||||
	url := "/v1/product/related-sku/get"
 | 
			
		||||
 
 | 
			
		||||
@@ -187,7 +187,7 @@ type GetFBSReturnResultReturn struct {
 | 
			
		||||
	// ID of the warehouse the product is being transported to
 | 
			
		||||
	PlaceId int64 `json:"place_id"`
 | 
			
		||||
 | 
			
		||||
	// Name of the warehouse the product is being transported to
 | 
			
		||||
	// Intermediate return point
 | 
			
		||||
	MovingToPlaceName string `json:"moving_to_place_name"`
 | 
			
		||||
 | 
			
		||||
	// Delivery cost
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user