Walmart · Capability
Walmart Feed Management — Feeds
Walmart Feed Management — Feeds. 3 operations. Lead operation: Walmart All Feed Statuses. Self-contained Naftiko capability covering one Walmart business surface.
What You Can Do
GET
Getallfeedstatuses
— Walmart All Feed Statuses
/v1/v3/feeds
GET
Getfeeditemstatus
— Walmart Feed Item Status
/v1/v3/feeds/{feedid}
GET
Getfeederrorreport
— Walmart Get Feed Error Report
/v1/v3/feeds/{feedid}/errorreport
MCP Tools
walmart-all-feed-statuses
Walmart All Feed Statuses
read-only
idempotent
walmart-feed-item-status
Walmart Feed Item Status
read-only
idempotent
walmart-get-feed-error-report
Walmart Get Feed Error Report
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Walmart Feed Management — Feeds
description: 'Walmart Feed Management — Feeds. 3 operations. Lead operation: Walmart All Feed Statuses. Self-contained Naftiko
capability covering one Walmart business surface.'
tags:
- Walmart
- Feeds
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
WALMART_API_KEY: WALMART_API_KEY
capability:
consumes:
- type: http
namespace: marketplace-feeds-feeds
baseUri: https://marketplace.walmartapis.com
description: Walmart Feed Management — Feeds business capability. Self-contained, no shared references.
resources:
- name: v3-feeds
path: /v3/feeds
operations:
- name: getallfeedstatuses
method: GET
description: Walmart All Feed Statuses
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: feedId
in: query
type: string
description: 'A unique ID returned from the Bulk Upload API, used for tracking the Feed File. Special characters
must be escaped. (e.g., feedId: ''...3456@789...'' must be ente'
- name: offset
in: query
type: string
description: The object response to start with, where 0 is the first entity that can be requested. It can only be
used when includeDetails is set to true.
- name: limit
in: query
type: string
description: The number of entities to be returned. It cannot be more than 50 entities. Use it only when the includeDetails
is set to true.
- name: WM_SEC.ACCESS_TOKEN
in: header
type: string
description: The access token retrieved in the Token API call
required: true
- name: WM_CONSUMER.CHANNEL.TYPE
in: header
type: string
description: A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during
onboarding
- name: WM_QOS.CORRELATION_ID
in: header
type: string
description: A unique ID which identifies each API call and used to track and debug issues; use a random generated
GUID for this ID
required: true
- name: WM_SVC.NAME
in: header
type: string
description: Walmart Service Name
required: true
- name: v3-feeds-feedId
path: /v3/feeds/{feedId}
operations:
- name: getfeeditemstatus
method: GET
description: Walmart Feed Item Status
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: feedId
in: path
type: string
description: 'A unique ID returned from the Bulk Upload API, used for tracking the Feed File. Special characters
must be escaped. (e.g., feedId: ''...3456@789...'' must be ente'
required: true
- name: includeDetails
in: query
type: string
description: Includes details of each entity in the feed.
- name: offset
in: query
type: string
description: The object response to start with, where 0 is the first entity that can be requested. It can only be
used when includeDetails is set to true.
- name: limit
in: query
type: string
description: The number of entities to be returned. It cannot be more than 50 entities. Use it only when the includeDetails
is set to true.
- name: WM_SEC.ACCESS_TOKEN
in: header
type: string
description: The access token retrieved in the Token API call
required: true
- name: WM_CONSUMER.CHANNEL.TYPE
in: header
type: string
description: A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during
onboarding
- name: WM_QOS.CORRELATION_ID
in: header
type: string
description: A unique ID which identifies each API call and used to track and debug issues; use a random generated
GUID for this ID
required: true
- name: WM_SVC.NAME
in: header
type: string
description: Walmart Service Name
required: true
- name: v3-feeds-feedId-errorReport
path: /v3/feeds/{feedId}/errorReport
operations:
- name: getfeederrorreport
method: GET
description: Walmart Get Feed Error Report
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: feedId
in: path
type: string
description: Feed Id of the feed
required: true
- name: feedType
in: query
type: string
description: Feed type for which Error Report needs to be downloaded
required: true
- name: WM_SEC.ACCESS_TOKEN
in: header
type: string
description: The access token retrieved in the Token API call
required: true
- name: WM_CONSUMER.CHANNEL.TYPE
in: header
type: string
description: A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during
onboarding
- name: WM_QOS.CORRELATION_ID
in: header
type: string
description: A unique ID which identifies each API call and used to track and debug issues; use a random generated
GUID for this ID
required: true
- name: WM_SVC.NAME
in: header
type: string
description: Walmart Service Name
required: true
exposes:
- type: rest
namespace: marketplace-feeds-feeds-rest
port: 8080
description: REST adapter for Walmart Feed Management — Feeds. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/v3/feeds
name: v3-feeds
description: REST surface for v3-feeds.
operations:
- method: GET
name: getallfeedstatuses
description: Walmart All Feed Statuses
call: marketplace-feeds-feeds.getallfeedstatuses
with:
feedId: rest.feedId
offset: rest.offset
limit: rest.limit
WM_SEC.ACCESS_TOKEN: rest.WM_SEC.ACCESS_TOKEN
WM_CONSUMER.CHANNEL.TYPE: rest.WM_CONSUMER.CHANNEL.TYPE
WM_QOS.CORRELATION_ID: rest.WM_QOS.CORRELATION_ID
WM_SVC.NAME: rest.WM_SVC.NAME
outputParameters:
- type: object
mapping: $.
- path: /v1/v3/feeds/{feedid}
name: v3-feeds-feedid
description: REST surface for v3-feeds-feedId.
operations:
- method: GET
name: getfeeditemstatus
description: Walmart Feed Item Status
call: marketplace-feeds-feeds.getfeeditemstatus
with:
feedId: rest.feedId
includeDetails: rest.includeDetails
offset: rest.offset
limit: rest.limit
WM_SEC.ACCESS_TOKEN: rest.WM_SEC.ACCESS_TOKEN
WM_CONSUMER.CHANNEL.TYPE: rest.WM_CONSUMER.CHANNEL.TYPE
WM_QOS.CORRELATION_ID: rest.WM_QOS.CORRELATION_ID
WM_SVC.NAME: rest.WM_SVC.NAME
outputParameters:
- type: object
mapping: $.
- path: /v1/v3/feeds/{feedid}/errorreport
name: v3-feeds-feedid-errorreport
description: REST surface for v3-feeds-feedId-errorReport.
operations:
- method: GET
name: getfeederrorreport
description: Walmart Get Feed Error Report
call: marketplace-feeds-feeds.getfeederrorreport
with:
feedId: rest.feedId
feedType: rest.feedType
WM_SEC.ACCESS_TOKEN: rest.WM_SEC.ACCESS_TOKEN
WM_CONSUMER.CHANNEL.TYPE: rest.WM_CONSUMER.CHANNEL.TYPE
WM_QOS.CORRELATION_ID: rest.WM_QOS.CORRELATION_ID
WM_SVC.NAME: rest.WM_SVC.NAME
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: marketplace-feeds-feeds-mcp
port: 9090
transport: http
description: MCP adapter for Walmart Feed Management — Feeds. One tool per consumed operation, routed inline through this
capability's consumes block.
tools:
- name: walmart-all-feed-statuses
description: Walmart All Feed Statuses
hints:
readOnly: true
destructive: false
idempotent: true
call: marketplace-feeds-feeds.getallfeedstatuses
with:
feedId: tools.feedId
offset: tools.offset
limit: tools.limit
WM_SEC.ACCESS_TOKEN: tools.WM_SEC.ACCESS_TOKEN
WM_CONSUMER.CHANNEL.TYPE: tools.WM_CONSUMER.CHANNEL.TYPE
WM_QOS.CORRELATION_ID: tools.WM_QOS.CORRELATION_ID
WM_SVC.NAME: tools.WM_SVC.NAME
outputParameters:
- type: object
mapping: $.
- name: walmart-feed-item-status
description: Walmart Feed Item Status
hints:
readOnly: true
destructive: false
idempotent: true
call: marketplace-feeds-feeds.getfeeditemstatus
with:
feedId: tools.feedId
includeDetails: tools.includeDetails
offset: tools.offset
limit: tools.limit
WM_SEC.ACCESS_TOKEN: tools.WM_SEC.ACCESS_TOKEN
WM_CONSUMER.CHANNEL.TYPE: tools.WM_CONSUMER.CHANNEL.TYPE
WM_QOS.CORRELATION_ID: tools.WM_QOS.CORRELATION_ID
WM_SVC.NAME: tools.WM_SVC.NAME
outputParameters:
- type: object
mapping: $.
- name: walmart-get-feed-error-report
description: Walmart Get Feed Error Report
hints:
readOnly: true
destructive: false
idempotent: true
call: marketplace-feeds-feeds.getfeederrorreport
with:
feedId: tools.feedId
feedType: tools.feedType
WM_SEC.ACCESS_TOKEN: tools.WM_SEC.ACCESS_TOKEN
WM_CONSUMER.CHANNEL.TYPE: tools.WM_CONSUMER.CHANNEL.TYPE
WM_QOS.CORRELATION_ID: tools.WM_QOS.CORRELATION_ID
WM_SVC.NAME: tools.WM_SVC.NAME
outputParameters:
- type: object
mapping: $.