forked from api-evangelist/walmart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
793 lines (793 loc) · 29.5 KB
/
Copy pathapis.yml
File metadata and controls
793 lines (793 loc) · 29.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
aid: walmart
url: https://raw.githubusercontent.com/api-search/commerce/main/_apis/walmart/apis.md
apis:
- aid: walmart:walmart-feeds-api
name: Walmart Marketplace Feeds API
tags:
- Errors
- Feeds
- Items
- Reports
- Status
- Statuses
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/api/us/mp/feeds
properties:
- url: https://developer.walmart.com/api/us/mp/feeds
type: Documentation
- url: openapi/walmart-marketplace-feeds-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/dropship-vendor-pre-generated-reports-pre-generated-reports.yaml
- type: NaftikoCapability
url: capabilities/marketplace-feeds-feeds.yaml
description: Feeds are constructed to handle bulk functions. A feed consists of an HTTP request with an attached file. The
attached file contains the XML representing the objects that need to be created or updated. The Walmart APIs version 3.0
supports only Item and Feed types. Refer to the bulk endpoints in each section to see example Feeds for each feed type.
Once you upload the Feeds, you can use the Feed ID to track the status of the feeds and the status of the item within
those Feeds.
- aid: walmart:walmart-items-api
name: Walmart Marketplace Items API
tags:
- (Multiple)
- Associations
- Bulk
- Catalog
- Count
- Feeds
- Groups
- Items
- Retire
- Search
- Setup
- Sku
- Status
- Taxonomy
- Walmart
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/api/us/mp/items
properties:
- url: openapi/walmart-marketplace-items-openapi-original.yml
type: OpenAPI
- url: https://developer.walmart.com/api/us/mp/items
type: Documentation
- type: NaftikoCapability
url: capabilities/marketplace-items-items.yaml
description: The Item Management APIs enable you to set up and manage items on Walmart.com. Once you have completed Registration
and have access to your Consumer ID and Private Key, you can get started with the integration process.
- aid: walmart:walmart-prices-api
name: Walmart Marketplace Prices API
tags:
- (Multiple)
- Assign
- Assign/Unassign
- Bulk
- CAP
- Collections
- Cppreference
- Feeds
- Incentive
- Items
- Prices
- Repricer
- Sets
- SKU
- Strategies
- To/From
- Up
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/api/us/mp/price
properties:
- url: https://developer.walmart.com/api/us/mp/price
type: Documentation
- url: openapi/walmart-marketplace-prices-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-prices-prices.yaml
description: The price is a fundamental building block for your listing on Walmart.com. You can use the price management
APIs to set up and manage the price for a given item.
- aid: walmart:walmart-promotion-api
name: Walmart Promotions API
tags:
- Bulk
- Feeds
- Prices
- Promo
- Promotional
- Sku
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/api/us/mp/promotion
properties:
- url: https://developer.walmart.com/api/us/mp/promotion
type: Documentation
- url: openapi/walmart-marketplace-promotions-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-promotions-promotions.yaml
description: Sellers can set regular or promotional prices for their items. Setting the Promotional prices is an option
to create unique pricing for events such as clearance sales or to call out a comparison price.
- aid: walmart:walmart-order-api
name: Walmart Orders API
tags:
- Acknowledge
- Cancel
- Lines
- Orders
- Purchase
- Refunds
- Released
- Ship
- Shipping
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/api/us/mp/orders
properties:
- url: https://developer.walmart.com/api/us/mp/orders
type: Documentation
- url: openapi/walmart-marketplace-orders-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-orders-orders.yaml
description: The Walmart Order Management APIs help Sellers to manage customer's Sales Orders and to stay up-to-date on
orders fulfillment, which orders to fulfill, and when to fulfill them.
- aid: walmart:walmart-returns-api
name: Walmart Returns API
tags:
- Feeds
- Issues
- Items
- Orders
- Overrides
- Refunds
- Returns
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/api/us/mp/returns
properties:
- url: https://developer.walmart.com/api/us/mp/returns
type: Documentation
- url: openapi/walmart-marketplace-returns-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-returns-returns-refunds.yaml
description: 'Buyers can now Initiate Returns from Walmart.com for Marketplace seller items (Except for HAZMAT, OTHER or
FREIGHT items). For item in the exception categories: HAZMAT or OTHER, sellers need to generate the return shipping label,
and upload the label. For detailed instructions, and to download the Returns API JSON schema, see Returns guide.'
- aid: walmart:walmart-inventory-api
name: Walmart Inventory API
tags:
- Bulk
- Feeds
- Fulfillment
- Inventories
- Inventory
- Items
- Multiple
- Nodes
- Ship
- Single
- Sku
- WFS
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/api/us/mp/inventory
properties:
- url: https://developer.walmart.com/api/us/mp/inventory
type: Documentation
- url: openapi/walmart-marketplace-inventory-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-inventory-inventory.yaml
description: Maintaining up-to-date inventory for your items on Walmart.com ensures a great experience for your customers
and greater sales opportunities for you.
- aid: walmart:walmart-dropship-vendor-costs-api
name: Walmart Dropship Vendor Costs API
tags:
- Bulk
- Cost
- Feeds
- Items
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/us-supplier/us-supplier-cost/
properties:
- url: https://developer.walmart.com/doc/us/us-supplier/us-supplier-cost/
type: Documentation
- url: openapi/walmart-dropship-vendor-costs-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/dropship-vendor-costs-dsv-cost.yaml
description: Drop ship vendor (DSV) suppliers can update the cost for a single item or multiple items in bulk with the Cost
API.
- aid: walmart:walmart-dropship-vendor-inventory-api
name: Walmart Dropship Vendor Inventory API
tags:
- Bulk
- Count
- Feeds
- Inventories
- Inventory
- Items
- Nodes
- Ship
- Single
- Specific
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/us-supplier/us-supplier-inventory/
properties:
- url: https://developer.walmart.com/doc/us/us-supplier/us-supplier-inventory/
type: Documentation
- url: openapi/walmart-dropship-vendor-inventory-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/dropship-vendor-inventory-inventory.yaml
description: Walmart's Inventory Management API provide drop ship vending (DSV) suppliers with mechanisms to update and
view current item inventory levels at each ship node, also known as fulfillment centers. Suppliers assign each item they
fulfill drop ship vending (DSV) through one or more ship nodes. Suppliers must accurately maintain the item's inventory
level at each ship node to ensure availability for customer orders.
- aid: walmart:walmart-dropship-vendor-items-api
name: Walmart Dropship Vendor Items API
tags:
- (V3)
- (V4)
- Bulk
- Expose
- Feeds
- Items
- Maintain
- Media
- Products
- Rich
- Single
- Sku
- Taxonomy
- Types
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/us-supplier/us-supplier-orders/
properties:
- url: https://developer.walmart.com/doc/us/us-supplier/us-supplier-orders/
type: Documentation
- url: openapi/walmart-dropship-vendor-items-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/dropship-vendor-items-items.yaml
description: The Walmart Order Management API help 1P suppliers stay up to date on order fulfillment.
- aid: walmart:walmart-dropship-vendor-lag-time-api
name: Walmart Dropship Vendor Lag Time API
tags:
- Based
- Bulk
- Feeds
- ID
- Items
- Lag
- Lagtime
- Products
- Single
- Time
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/us-supplier/us-supplier-lagtime/
properties:
- url: https://developer.walmart.com/doc/us/us-supplier/us-supplier-lagtime/
type: Documentation
- url: openapi/walmart-dropship-vendor-lag-time-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/dropship-vendor-lag-time-lag-time.yaml
description: Drop ship vending (DSV) suppliers are expected to ship items the day they receive the purchase order (PO).
However, there may be times when drop ship vendors (DSV) have an item that does not ship the same day. This delay is called
a lag time. These Lag Time requests allow suppliers to update the lag time or to view the number of days between when
an item is ordered and when it is shipped.
- aid: walmart:walmart-dropship-vendor-on-request-reports-api
name: Walmart Dropship Vendor On-Request Reports API
tags:
- Details
- Download
- Reports
- Single
- URL
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/us-supplier/us-supplier-onrequestreports/
properties:
- url: https://developer.walmart.com/doc/us/us-supplier/us-supplier-onrequestreports/
type: Documentation
- url: openapi/walmart-dropship-vendor-on-request-reports-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/dropship-vendor-on-request-reports-on-request-reports.yaml
description: The On Request Reports API lets users request item reports. Request a report at any time, subscribe to notifications
when the report is ready, and download the requested report.
- aid: walmart:walmart-dropship-vendor-orders-api
name: Walmart Dropship Vendor Orders API
tags:
- Acknowledge
- Cancel
- Lines
- More
- Orders
- Purchase
- Released
- Ship
- Shipping
- Single
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/us-supplier/us-supplier-orders/
properties:
- url: https://developer.walmart.com/doc/us/us-supplier/us-supplier-orders/
type: Documentation
- url: openapi/walmart-dropship-vendor-orders-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/dropship-vendor-orders-dsv-orders.yaml
description: The Walmart Order Management API help 1P suppliers stay up to date on order fulfillment.
- aid: walmart:walmart-dropship-vendor-pre-generated-reports-api
name: Walmart Dropship Vendor Orders API
tags:
- Generate
- Items
- Reports
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/us-supplier/us-supplier-orders/
properties:
- url: https://developer.walmart.com/doc/us/us-supplier/us-supplier-orders/
type: Documentation
- url: openapiwalmart-dropship-vendor-pre-generated-reports-openapi-original.yml
type: OpenAPI
description: The Walmart Order Management API help 1P suppliers stay up to date on order fulfillment.
- aid: walmart:walmart-marketplace-authentication-api
name: Walmart Marketplace Authentication API
tags:
- Detail
- Tokens
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/api/us/supplier/auth
properties:
- url: https://developer.walmart.com/api/us/supplier/auth
type: Documentation
- url: openapi/walmart-marketplace-authentication-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-authentication-authorization.yaml
description: Authentication creates and manages access tokens to ensure users are verified. The Walmart 1P Supplier APIs
use open authorization (OAuth 2.0) for token-based authentication.
- aid: walmart:walmart-marketplace-fulfillment-api
name: Walmart Marketplace Fulfillment API
tags:
- (Deprecated)
- Cancel
- Carrier
- Confirm
- Convert
- Customers
- Deliveries
- Details
- Errors
- Feeds
- Fetch
- Fulfillment
- Fulfillments
- Hazmat
- Health
- Hold
- Inbound
- Inventory
- Items
- Labels
- Logs
- Onhold
- Options
- Orders
- Previews
- Print
- Promise
- Quantities
- Quotes
- Rates
- Reports
- Search
- Shipment
- Shipments
- Status
- Tracking
- Wfs
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-fulfillment/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-fulfillment/
type: Documentation
- url: openapi/walmart-marketplace-fulfillment-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-fulfillment-fulfillment.yaml
description: The Walmarts Multichannel Solution is an extension of Walmart Fulfillment Services (WFS), uniquely placed to
ensure quality, scale, and efficiency for a seller to grow a successful business. The entire assortment of inventory,
supply chain management and fulfillment capabilities are centralized and managed by Walmart while seller's items can be
listed and sold at multiple online platforms and storefronts.
- aid: walmart:walmart-marketplace-insights-api
name: Walmart Marketplace Insights API
tags:
- Badge
- Count
- Counts
- Details
- Insights
- Issues
- Items
- Listings
- Pro
- Prosellerbadge
- Quality
- Scores
- Seller
- Status
- Top
- Trending
- Unpublished
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-insights/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-insights/
type: Documentation
- url: openapi/walmart-marketplace-insights-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-insights-insight.yaml
- type: NaftikoCapability
url: capabilities/marketplace-insights-listing-quality.yaml
description: 'To grow your business, you can use Insights API to learn actionable information critical to building your
business and catalog offerings. With the Insights API you can learn actionable information about your current listings:
Top trending items, unpublished items, and quality of item listings.'
- aid: walmart:walmart-marketplace-lag-time-api
name: Walmart Marketplace Lag Time API
tags:
- Feeds
- Lag
- Lagtime
- Time
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-lagtime/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-lagtime/
type: Documentation
- url: openapi/walmart-marketplace-lag-time-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-lag-time-lag-time.yaml
description: Lag Time is the number of days between the date an item is ordered and when it is shipped. During Item Setup,
Lag Time can be set to 0 days or 1 day. Any other value used will be defaulted to 1 day.
- aid: walmart:walmart-marketplace-notifications-api
name: Walmart Marketplace Notifications API
tags:
- Events
- Notifications
- Subscriptions
- Tests
- Types
- Webhooks
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-notifications/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-notifications/
type: Documentation
- url: openapi/walmart-marketplace-notifications-openapi-original.yml
type: OpenAPI
- url: openapi/walmart-marketplace-notifications-asyncapi-original.yml
type: AsyncAPI
- type: NaftikoCapability
url: capabilities/marketplace-notifications-notifications.yaml
description: Push notifications or Web Hooks trigger alerts to seller applications when specific events occur, such as an
item is unpublished, a new purchase order is created, an item's inventory is out of stock, etc. Whenever the trigger event
occurs, Walmart will send a notification payload with event details to the seller-defined destination URL.
- aid: walmart:walmart-marketplace-on-request-reports-api
name: Walmart Marketplace On-Request Reports API
tags:
- Download
- Reports
- Status
- URL
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-onrequestreports/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-onrequestreports/
type: Documentation
- url: openapi/walmart-marketplace-on-request-reports-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-on-request-reports-on-request-report.yaml
description: The On-request Reports API enables you to request item reports immediately about your items for faster retrieval.
Now you can request a report at any time, subscribe to notifications that report is ready, and then you can download it.
- aid: walmart:walmart-marketplace-recommendations-api
name: Walmart Marketplace Recommendations API
tags:
- Assortment
- Categorization
- Counts
- Growth
- Recommendations
- Reject
- Rejections
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-assortmentrecommendations/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-assortmentrecommendations/
type: Documentation
- url: openapi/walmart-marketplace-recommendations-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-recommendations-assortment-recommendations.yaml
description: Assortment recommendations empower sellers understand and identify the customer demand in Walmart & market
by curating personalised seller recommendations by leveraging demand signals such as Internal and external search, Best
Sellers, Trending items, and more.
- aid: walmart:walmart-marketplace-reports-api
name: Walmart Marketplace Reports API
tags:
- Available
- Dates
- Files
- JSON
- Payments
- Performance
- Recon
- Reports
- Statements
- Versions
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-onrequestreports/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-onrequestreports/
type: Documentation
- url: openapi/walmart-marketplace-reports-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-reports-reports.yaml
description: The On-request Reports API enables you to request item reports immediately about your items for faster retrieval.
Now you can request a report at any time, subscribe to notifications that report is ready, and then you can download it.
- aid: walmart:walmart-marketplace-reviews-api
name: Walmart Marketplace Reviews API
tags:
- Accelerators
- Bulk
- Categories
- Growth
- Items
- Post Purchase
- RAP
- Reviews
- Status
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-reviews/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-reviews/
type: Documentation
- url: openapi/walmart-marketplace-reviews-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-reviews-reviews.yaml
description: Use the Review Accelerator Program (RAP) APIs to increase the number of reviews for items with less than fifteen
reviews.
- aid: walmart:walmart-marketplace-rules-api
name: Walmart Marketplace Rules API
tags:
- Actions
- Activate
- Area
- Areas
- Assortment
- Change
- Download
- Downloadexceptions
- Exceptions
- Inactivate
- Override
- Results
- Rules
- Shipping
- Simulationcount
- Simulations
- Status
- Sub Categories
- Subcategories
- Types
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-rules/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-rules/
type: Documentation
- url: openapi/walmart-marketplace-rules-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-rules-rules.yaml
description: Walmart is making program enhancements to the existing free 2-Day Shipping Program, to enable US marketplace
sellers to add multiple fulfillment centers along with capability to manage them and easily configure item assortment
setup for 2-Day program. The capability, Item assortment rules for 2-Day program setup, will part of the enhancements:.
- aid: walmart:walmart-marketplace-settings-api
name: Walmart Marketplace Settings API
tags:
- 3plprov
- 3plshipnodes
- Accounts
- Activation
- Associations
- Carrier
- Carriers
- Center
- Centers
- Configurations
- Coverage
- Details
- Ers
- Fulfillment
- Levels
- Methods
- Partnerprofile
- Partners
- Party
- Providers
- Settings
- Shipnodes
- Shipping
- Shippingprofile
- Status
- Templates
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-settings/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-settings/
type: Documentation
- url: openapi/walmart-marketplace-settings-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-settings-settings.yaml
description: The Settings API allows you to configure shipping delivery and fulfillment settings. You can create shipping
templates to specify the precise delivery speed for your items. You can specify fulfillment center choices for your items.
- aid: walmart:walmart-marketplace-shipping-api
name: Walmart Marketplace Shipping API
tags:
- Carrier
- Carriers
- Commercial
- Detail
- Discard
- Download
- Estimates
- Invoices
- Labels
- Names
- Orders
- Packages
- Purchase
- Shipping
- Supported
- Tracking
- Trackings
- Types
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-sww/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-sww/
type: Documentation
- url: openapi/walmart-marketplace-shipping-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-shipping-ship-with-walmart.yaml
description: The Ship With Walmart for US API enables walmart.com sellers to buy shipping at competitively discounted rates
directly from Walmart to ship their goods to US customers.
- aid: walmart:walmart-marketplace-utilities-api
name: Walmart Marketplace Utilities API
tags:
- Categories
- Department
- Departments
- Platforms
- Status
- Taxonomy
- Utilities
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.walmart.com/doc/us/mp/us-mp-utilities/
properties:
- url: https://developer.walmart.com/doc/us/mp/us-mp-utilities/
type: Documentation
- url: openapi/walmart-marketplace-utilities-openapi-original.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/marketplace-utilities-utilities.yaml
description: The Utility APIs allow you to search for all Walmart item departments, all categories within a department,
or retrieve the taxonomy of categories per Feed type.
name: Walmart
tags:
- Commerce
- Retail
- Fortune 100
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
common:
- type: GitHubOrganization
url: https://github.com/walmartlabs
- type: LinkedIn
url: https://www.linkedin.com/company/walmart
- url: https://developer.walmart.com/
type: Portal
- url: https://developer.walmart.com/home/us-mp/
type: Documentation
- url: https://developer.walmart.com/doc/sandbox/
type: Sandbox
- url: https://developer.walmart.com/category/us/whats-new/
type: Whats New
- url: https://developer.walmart.com/home/help/
type: Support
- url: https://developer.walmart.com/faq/us/
type: FAQ
- url: https://developer.walmart.com/apiStatus
type: StatusPage
- url: https://developer.walmart.com/faq/terms-and-conditions
type: TermsOfService
- type: Summary
data:
numberOfAPITags: 2
numberOfAPIProperties: 0
numberOfAPIPaths: 0
numberOfAPIGetMethods: 0
numberOfAPIPostMethods: 0
numberOfAPIPutMethods: 0
numberOfAPIPatchMethods: 0
numberOfAPIDeleteMethods: 0
numberOfAPIOptionMethods: 0
numberOfAPIParameters: 0
numberOfAPISchema: 0
- type: Features
data:
- 'Walmart: API access via partner / B2B contracts only'
- No public API pricing published — contact enterprise sales
- Walmart Marketplace APIs require Marketplace seller approval; commission rates 6-15% by category.
sources:
- https://developer.walmart.com/
updated: '2026-05-04'
created: 2023/11/15
modified: '2026-05-30'
description: Walmart is a multinational retail corporation that operates a chain of hypermarkets, discount department stores,
and grocery stores. The company is known for offering a wide range of products at competitive prices, attracting customers
from all walks of life. Walmart also provides various convenience services, such as pharmacy, optical, and financial services,
making it a one-stop shop for many consumers. The Walmart Marketplace APIs enable third-party sellers to list and sell products,
manage orders, inventory, pricing, fulfillment, and reporting on Walmart.com.
artifacts:
- url: rules/walmart-rules.yml
type: SpectralRules
- url: capabilities/marketplace-seller-operations.yaml
type: NaftikoCapabilities
- url: json-schema/walmart-order-schema.json
type: JSONSchema
- url: json-schema/walmart-inventory-schema.json
type: JSONSchema
- url: json-ld/walmart-context.jsonld
type: JSONLDContext
- url: vocabulary/walmart-vocabulary.yml
type: Vocabulary
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
specificationVersion: '0.19'
kind: contract
position: Consuming
access: 3rd-Party