You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please select the type of issue you are reporting:
Feature Request
Description
The functions that generate Offers should return the responsible seller. Currently, in the Nuvemshop, Vnda, and Linx-Impulse integrations, this is being populated with the platform's own name. We need to identify how to retrieve the actual seller.
Steps to Reproduce (for bugs)
Go to function:
const offers: Offer[] = [{
"@type": "Offer" as const,
seller: "VNDA", // PROBLEM HERE
price,
priceSpecification,
inventoryLevel: {
value: available_quantity,
},
availability: available
? "https://schema.org/InStock"
: "https://schema.org/OutOfStock",
}];
Issue Type
Please select the type of issue you are reporting:
Description
The functions that generate Offers should return the responsible seller. Currently, in the Nuvemshop, Vnda, and Linx-Impulse integrations, this is being populated with the platform's own name. We need to identify how to retrieve the actual seller.
Steps to Reproduce (for bugs)
Go to function:
Expected Behavior
Correct seller as we have in VTEX Integration:
The text was updated successfully, but these errors were encountered: