Push Prices
POST/api/walmart/:integrationInstance/prices/push
Submit current prices to Walmart as a bulk price feed for listings where SKU.io is the master of price.
Authentication: Requires Bearer token.
Fields:
- listing_ids (optional, array of integers): IDs of the listings to push. Omit to push all eligible listings.
Requires the integrations.sync permission.
Request
Responses
- 201
- 401
- 403
- 404
- 422
- 429
Created
Response Headers
Content-Type
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden
Response Headers
Content-Type
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Unprocessable Entity
Response Headers
Content-Type
Too Many Requests
Response Headers
Content-Type